Discuss this help topic in SecureBlackbox Forum
Specifies the role of the recipient.
Declaration
[VB.NET]
Property Role As String
[Pascal]
property Role : XMLString;
[C++]
void get_Role(sb_u16string &OutResult);
void get_Role(std::wstring &OutResult);
void set_Role(const sb_u16string &Value);
void set_Role(const std::wstring &Value);
[PHP]
string get_Role()
void set_Role(string $Value)
[Java]
String getRole();
void setRole(String Value);
Description
Use this property to specify the role of the recipient of this header.
A SOAP header block is targeted at a SOAP node if the SOAP role for this block is the name of a role in which the SOAP node operates.
Discuss this help topic in SecureBlackbox Forum