The gs.soap package contains classes that simplify soap services.



Classes
 ClassDescription
 SoapCall The SoapCall class is used in a soap service to execute a call.
 SoapCallFault The SoapCallFault class wraps soap faults and is passed to your onFault handlers.
 SoapCallResult The SoapCallResult class wraps soap results and is passed to your onResult handlers.
 SoapCallResultHandler The SoapCallResultHandler class process soap responses and figures out if they're good responses or faults.
 SoapMethodInfo The SoapMethodInfo class is a value object used in a SoapService.
 SoapService The SoapService class simplifies making soap requests.