I could be wrong but I am kind of guessing (1) I need to read the above URL and convert that WSDL into Java objects (2) Then invoke the Webserice method (3) Method returns an XML that needs to be converted back to Java objects. I googled but did not find really much useful stuff. Would some one kindly provide me ...
Do you know how to invoke a web service which is hosted in any other platform? Because the hosting platform and language has nothing to do with it. You only talk to a web service via standard SOAP over HTTP (normally) protocol. The web server on the service side translates the message into the actual method call, as well as serializing ...