The mx.rpc.soap package contains the web service classes.
Interface | Description | |
---|---|---|
ISOAPDecoder | Decodes the SOAP response for a particular operation. | |
ISOAPEncoder | An ISOAPEncoder is used to create SOAP 1.1 formatted requests for a web service operation. |
Class | Description | |
---|---|---|
AbstractWebService | AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. | |
LoadEvent | This event is dispatched when a WSDL XML document has loaded successfully. | |
Operation | An Operation used specifically by WebServices. | |
SOAPFault | A subclass of mx.rpc.Fault that provides SOAP specific information from a SOAP envelope Fault element. | |
SOAPHeader | You use a SOAPHeader to specify the headers that need to be added to a SOAP envelope of a WebService Operation request. | |
WebService | The WebService class provides access to SOAP-based web services on remote servers. |