File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes some basic doubts in web services Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "some basic doubts in web services" Watch "some basic doubts in web services" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: some basic doubts in web services
 
Similar Threads
Java Webservice problem (Array)
Webservice method not getting executed.
Unable to open web service tester page
How to get SOAP attachment within web service operation
Complex type return