aspose file tools
The moose likes Web Services and the fly likes Exception when invoking a Web Service using dispatch Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Exception when invoking a Web Service using dispatch" Watch "Exception when invoking a Web Service using dispatch" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Exception when invoking a Web Service using dispatch
 
Similar Threads
web service - send java List
java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP
Nondescript "Unsupported Content-Type" error when connecting to https Sharepoint web services
UnsupportedMediaException -> logging response
problem to send file