Pregunta

Hi I am new to SOAP web services and trying to create a client. I am following This tutorial but the problem which I am facing is Sometimes it generates the client stub in the form of .java files and sometimes it generates proper client with some .jsp pages like test.jsp, intput.jsp etc.

I have tried searching a lot on internet. Please let me know why it generates two different kind of clients though I am following the same process.

I have generated my client using wsimport but I just want to know, what is causing eclipse to generate two different clients at different times. may be some bug or some detail that I have missed.

¿Fue útil?

Solución

The difference is most likely caused by selecting a different value in step 6 of the tutorial, when you select which kind of client should be generated: Move the Client slider to the Test Client position .

Otros consejos

When you run the Eclipse WTP wizard, you get to choose which client you want to have. The JSPs that are generated are simply an input test form to test your web service.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top