Apache SOAP 2.2 Overview Page 9
Development of a Simple Service
The client consulting the calculator service must import the Apache SOAP implementation classes. When developing a service for processing simple types, at a minimum the following classes must be imported:
import org.apache.soap.rpc.Call; import org.apache.soap.rpc.Parameter; import org.apache.soap.rpc.Response; import org.apache.soap.Fault; import org.apache.soap.Constants; import org.apache.soap.SOAPException;
0 Comments (click to add your comment)

