Feedback

  • Contents
 

ISOAPResponse Interface

Overview

Derived From:

IDispatch

Interface ID:

{D3CD2DA4-E6E9-4845-B8A1-EF1098286ECC}

The ISOAPResponseInterface component writes payload or transport data into ISequentialStream streams, and returns payload objects.

Methods

WritePayload

This method writes payload data to an ISequentialStream passed as an argument.

WriteTransportCtrlData

This method writes transport control data to an ISequentialStream passed as an argument.  If there is no transport control data, nothing is written, but the method succeeds.

Properties

Fault

Returns True if the server returned a SOAP Fault message; otherwise False.

Payload

Returns an IUnknown pointer to an object that implements IStream, so that you can access the object's SOAP response payload data.

RequestId

Returns the Identifier of this request.

Success

Returns True if the request was successfully executed on the server; otherwise False.

TransportCtrlData

This read-only property returns an object that implements IStream, so that you can access the object's transport control data.