| Author |
some basic doubts in web services
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Hi, I had some doubts while developing my first web service. The classes I wrote are: Rest of the stuff is generated by NetBeans IDE are: NewWebServiceService class which is annotated by @WebServiceClient, an interface has same name as service - NewWebService interface, and a WSDL file - NewWebServiceService.wsdl. The doubts are: 1. There is no package named com.ankur in client application. How am I referring it in AClient class??? 2. If you look at my service, it should returns 100 but it returns 10. Why so??? Thanks in advance.
|
 |
 |
|
|
subject: some basic doubts in web services
|
|
|