Hi, I am new to SOAP web services and am trying to create a client. I am following this tutorial , but the problem I am having is that it sometimes creates a client stub as .java files, and sometimes it generates a proper client with some .jsp pages like test.jsp, intput.jsp, etc. d.
I tried searching a lot on the Internet. Please let me know why it generates two different clients, but I follow the same process.
I created my client using wsimport, but I just want to know what makes eclipse generate two different clients at different times. there may be some kind of error or some details that I missed.
source share