Feedback

  • Contents
 

ISOAPRequest::SetTransportInfo Method

Synopsis

Sets the transport information data to be sent with the request.  Currently, this must pass an object that supports IStream.  However, strings may be supported in a future release. This method does not return a value.

The transport information must be well-formed, meaning that it conforms to the XML specification.  This function does not check data to see if it is valid or well-formed.  For more information about TransportInfo, refer to Appendix A: SOAP Transport Information and Control in the Installing and Using IC's SOAP Functionality Technical Reference and Installation Guide.

Function Prototype

HRESULT SetTransportInfo(

   [in] VARIANT vtTransportInfo

);

C/C++ Syntax

HRESULT SetTransportInfo(VARIANT vtTransportInfo);

Parameters

vtTransportInfo

Well-formed XML data describing transport information that will be sent with the request.