| Author |
Exception when invoking a Web Service using dispatch
|
Javi Cid
Greenhorn
Joined: Oct 27, 2011
Posts: 1
|
|
Hello!
I'm trying to invoke an operation of a service by getting its WSDL and then using dispatch. My client was working well until the service was changed to use SSL.
After some security issues (solved by adding a certificate to my JVM keystore), now I'm getting the following error:
Also, here is the relevant part of my client code:
The exception arises when calling the invoke method here:
And if I print the XML contained in the 'request' variable right before the invocation, it is well-formed.
Any help will be much appreciated.
|
 |
 |
|
|
subject: Exception when invoking a Web Service using dispatch
|
|
|