AddressingHeaders.GetXml Method
Adds the addressing headers contained in the AddressingHeaders object to the specified SoapEnvelope .
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim envelope As SoapEnvelope
Dim addressingHeaders1 As AddressingHeaders
addressingHeaders1.GetXml(envelope)
Syntax
'Declaration
Public Sub GetXml( _
ByVal envelope As SoapEnvelope _
)
public void GetXml(
SoapEnvelope envelope
);
public:
void GetXml(
SoapEnvelope^ envelope
);
public void GetXml(
SoapEnvelope envelope
);
public function GetXml(
envelope : SoapEnvelope
) : Void;
Parameters
- envelope
The SoapEnvelope that is to be loaded with the addressing headers.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | envelope is null . |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace