Calling a Web Service Operation

See Also 

A web service operation can be called from a web application, a Java application, or a MIDP client (MIDlet). For information on calling a web service operation from a MIDlet, see the Java ME Mobility documentation.

To call a web service operation:
  1. Create a web service client.
  2. If the web service client is deployed from a web application, you can call the web service from a servlet or from a JSP page. If the web service client is deployed from a Java application, use a Java source file instead. So, do one of the following:
  3. Open the file in the Source Editor and do one of the following:

The IDE adds the code required for calling the web service to the file.

See Also
About Web Services

Legal Notices