Class Summary |
WOClientOperation |
A WOClientOperation represents a single SOAP HTTP Web service operation as defined in the WSDL document used
to create a WOWebServiceClient. |
WOClientParameter |
A WOClientParameter represents a parameter to a SOAP HTTP Web service invocation as defined in the
WSDL document used to create the associated WOWebServiceClient. |
WOWebService |
A WOWebService represents a single SOAP HTTP service as defined in a WSDL document. |
WOWebService.SessionInfo |
SessionInfo stores all data required to connect to an existing Web service sessions. |
WOWebServiceClient |
A WOWebServiceClient provides a mechanism for introspecting and invoking Web
service operations implemented using SOAP over HTTP. |
Provides classes that can be used to create a client to consume Web services provided by other applications. A WebObjects application can serve as both a Web service server and consumer.