Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Possible duplicate of stackoverflow.com/questions/6135093/…. – Zutty Dec 5 '12 at 17:15

closed as off topic by Lion, Nambari, jusio, om-nom-nom, user97693321 Dec 5 '12 at 18:40

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.

2 Answers

up vote 1 down vote accepted

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/

share|improve this answer

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.