pdk.net.soap

contains structures that provide support for SOAP calls

Fault

An element in the SOAPBody that contains error and/or status information. This information may relate to errors in the SOAPMessage or to problems that are not related to the content in the message itself. Problems not related to the message itself are generally errors in processing, such as the inability to communicate with an upstream server.

Properties:

Superstructures: Object <- Any


A representation of the SOAP header element. A SOAP header element consists of XML data that affects the way the application-specific content is processed by the message provider. For example, transaction semantics, authentication information, and so on, can be specified as the content of a SOAP Header structure.

Properties:

Superstructures: Object <- Any


Request

Represents one SOAP request which can be sent to a server.

Properties:

Superstructures: Object <- Any


Response

Represents a response to a SoapRequest

Properties:

Superstructures: Object <- Any


Last updated