is there any tutorial on how to access any web service after creating java files from wsdl. ?
I created the java files from WSDl.. now i am facing lot of errors/exceptions. Is there any good tutorial on how to achieve this.
|
is there any tutorial on how to access any web service after creating java files from wsdl. ? I created the java files from WSDl.. now i am facing lot of errors/exceptions. Is there any good tutorial on how to achieve this. |
|||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I just had to do this and found this tutorial to be very useful: http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/ |
|||
|
|
|
So, you mean to say that you have generated a client project from wsdl. Now, create an object of the SEI class in the java classes generated and invoke the method you need. Search for tutorials by the name of framework/technology which you used to generate the client |
|||
|
|