WebServicesClientProtocol.ResponseSoapContext Property

Gets security, routing, and other XML Web services architecture-specific information associated with a SOAP response. Gets security, routing and other XML Web services architecture specific information associated with a SOAP response.

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim webServicesClientProtocol1 As WebServicesClientProtocol

Dim returnValue As SoapContext
returnValue = webServicesClientProtocol1.ResponseSoapContext

Syntax

'Declaration
Public ReadOnly Property ResponseSoapContext() As SoapContext
public SoapContext ResponseSoapContext {get;}
public: property SoapContext^ ResponseSoapContext{
    SoapContext^ get();
}
public SoapContext get_ResponseSoapContext();
public function get ResponseSoapContext() : SoapContext;

Property Value

A SoapContext containing information about a SOAP response.

Property Value

A SoapContext containing XML Web services architecture specific information associated to a SOAP response.

Remarks

XML Web services clients use the ResponseSoapContext property to get properties of the SoapContext associated with SOAP responses. The SoapContext provides access to the contents of SOAP headers defined in the WS-Security and WS-Routing specifications. For instance, the Security property allows a client to provide authentication credentials, XML digital signatures, and encryption details that are sent in SOAP headers defined by WS-Security.

Remarks

XML Web services clients use the ResponseSoapContext property to get properties of the SoapContext associated with a SOAP response. The SoapContext provides access to the contents of SOAP headers defined in the WS-Security, WS-Routing, and WS-Timestamp specifications. For instance, the Security property allows a client to provide authentication credentials, XML digital signatures, and encryption details that are sent in SOAP headers defined by WS-Security.

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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

WebServicesClientProtocol Class
Microsoft.Web.Services2 Namespace

Other Resources

WebServicesClientProtocol Members