SoapHelper.GetActorNext Method
Gets a constant string value for the SOAP actor attribute used to indicate the next intermediary in the processing chain depending on the SOAP protocol 1.1 or 1.2 for the given XmlDocument.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim document As XmlDocument
Dim returnValue As String
returnValue = SoapHelper.GetActorNext(document)
Syntax
'Declaration
Public Shared Function GetActorNext( _
ByVal document As XmlDocument _
) As String
public static string GetActorNext(
XmlDocument document
);
public:
static String^ GetActorNext(
XmlDocument^ document
);
public static System.String GetActorNext(
XmlDocument document
);
public static function GetActorNext(
document : XmlDocument
) : String;
Parameters
- document
The XML document to be processed.
Return Value
The constant string value for the SOAP actor attribute used to indicate the next intermediary in the processing chain depending on the SOAP protocol 1.1 or 1.2 for the given XmlDocument
Remarks
The value returned is either https://schemas.xmlsoap.org/soap/actor/next for SOAP 1.1 or http://www.w3.org/2003/05/soap-envelope/role/next for SOAP 1.2 for the given document.
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
SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace