I am trying to call a web service that is defined inside a server by using Java and I have the WSDL of the web service. I used Web Service Client which is provided in Eclipse to generate the stubs and artifacts from the WSDL as how the tutorial in this website: http://px.pats.no/px/Eclipse_tutorial.html
I have done some research over the Net but I am confused with a few things.
- How do I actually use the stubs and artifacts generated to call the web service?
- Do I still need to use Axis or JAX-WS to call the web services?
- Do I need to involve SOAP in calling the web service or the SOAP envelope as show in the soapUI request?
Thanks in advance for any help.