ISoapSerializer
Other versions of this page are also available for the following:
8/28/2008
The interface, implemented by the SoapSerializer object, is used to build a SOAP message.
The following tables show the methods and properties supported by the ISoapSerializer interface.
Method | Description |
---|---|
This method begins the <Body> element in a SOAP message. |
|
This method ends the <Body> element for a SOAP message. |
|
This method begins an entry in the <Body> element. |
|
This method ends an entry (child element) in the <Body> element. |
|
This method begins an <Envelope> element in a SOAP message |
|
This method ends an <Envelope> element in a SOAP message. |
|
This method retrieves the prefix for existing namespace. |
|
startFault, endFault, startFaultDetail, and endFaultDetail Methods |
This method begins a <Fault> element in a SOAP message. |
startFault, endFault, startFaultDetail, and endFaultDetail Methods |
This method ends a <Fault> element in a SOAP message. |
startFault, endFault, startFaultDetail, and endFaultDetail Methods |
This method begins a <detail> element within a <Fault> element in a SOAP message. |
startFault, endFault, startFaultDetail, and endFaultDetail Methods |
This method ends the <detail> element within a <Fault> element in a SOAP message. |
startHeader, endHeader, startHeaderElement, and endHeaderElement Methods |
This method begins a <Header> element in a SOAP message. |
startHeader, endHeader, startHeaderElement, and endHeaderElement Methods |
This method ends a <Header> element in a SOAP message. |
startHeader, endHeader, startHeaderElement, and endHeaderElement Methods |
This method begins a child element in the <Header> element. |
startHeader, endHeader, startHeaderElement, and endHeaderElement Methods |
This method ends a child element in the <Header> element. |
This method initializes the SoapSerializer object. |
|
This method resets the SoapSerializer object to its initial state. |
|
This method adds an attribute to an element when building a SOAP message. |
|
This method sets the default namespace for the SOAP message |
|
This method defines a namespace prefix and uses it to qualify the SOAP message elements. |
|
This method writes the value of an element to the SOAP message. |
|
This method writes the value of an element to the SOAP message. |
|
This method writes a CDATA section into the stream. |
Property | Description |
---|---|
Returns the EncodingStream on the destination. |
Remarks
All the methods in the ISoapSerializer interface build SOAP messages. Before using any of these methods, you must set the stream to which the SoapSerializer object writes the SOAP messages. You can do this using the Init Method (ISoapSerializer) method. Also, you have to call the reset method between messages built using ISoapSerializer.
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |