- Contents
 
SOAP Notifier COM API Developer's Guide
ISOAPResponse Interface
Overview
| 
  Derived From:  | 
 |
| 
  Interface ID:  | 
 
  {D3CD2DA4-E6E9-4845-B8A1-EF1098286ECC}  | 
The ISOAPResponseInterface component writes payload or transport data into ISequentialStream streams, and returns payload objects.
Methods
| 
  This method writes payload data to an ISequentialStream passed as an argument.  | 
|
| 
  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
| 
  Returns True if the server returned a SOAP Fault message; otherwise False.  | 
|
| 
  Returns an IUnknown pointer to an object that implements IStream, so that you can access the object's SOAP response payload data.  | 
|
| 
  Returns the Identifier of this request.  | 
|
| 
  Returns True if the request was successfully executed on the server; otherwise False.  | 
|
| 
  This read-only property returns an object that implements IStream, so that you can access the object's transport control data.  | 

 
			 