DebugCall | The DebugCall class is an extension of the Apache SOAP RPC Call class, that
provides a little extra functionality that is useful for debugging. |
MethodInfo | The MethodInfo class is a simple container
for information about a web service method, as retrieved from
a WSDL file. |
SoapHelper | The SoapHelper class is an extension of the
WsdlSoapWrapper that simplifies calls to
SOAP-based web services even more than WsdlSoapWrapper
does. |
WsdlSoapWrapper | The WsdlSoapWrapper class provides a simple way
to call a web service using Apache SOAP and WSDL4J, without
necessarily having to read the WSDL file yourself and figure out
what the methods and namespaces and parameters should be. |
XmlNodeDeserializer | XmlNodeDeserializer is an extremely simple deserializer that just
returns the Node that was used as a response parameter to a SOAP message. |