Hi Friends,
I want to call a java webservice from PHP.
Can anyone help?
Note: This is to encrypt the password. I have Java class to encrypt password using DESede algorithm. Since the DESede algorithm is not availbale in PHP I want to get the encrypted value through PHP.
The name of the JAVA class is 'EncryptionService'
the method is "public static String encryptString (String inString, String algorithmKey, String encryptionAlgorithm)"
How to pass these three parameters to java method through PHP?
Any Idea?
Please reply fast.
Its very urgent.
I want to call a java webservice from PHP.
Can anyone help?
Note: This is to encrypt the password. I have Java class to encrypt password using DESede algorithm. Since the DESede algorithm is not availbale in PHP I want to get the encrypted value through PHP.
The name of the JAVA class is 'EncryptionService'
the method is "public static String encryptString (String inString, String algorithmKey, String encryptionAlgorithm)"
How to pass these three parameters to java method through PHP?
Any Idea?
Please reply fast.
Its very urgent.