Discuss this help topic in SecureBlackbox Forum
Specifies the operation response namespace URI.
Declaration
[C#]
string OperationResponseNamespaceURI;
[VB.NET]
Property OperationResponseNamespaceURI As String
[Pascal]
property OperationResponseNamespaceURI : XMLString;
[C++]
void get_OperationResponseNamespaceURI(sb_u16string &OutResult);
void get_OperationResponseNamespaceURI(std::wstring &OutResult);
void set_OperationResponseNamespaceURI(const sb_u16string &Value);
void set_OperationResponseNamespaceURI(const std::wstring &Value);
[PHP]
string get_OperationResponseNamespaceURI()
void set_OperationResponseNamespaceURI(string $Value)
[Java]
String getOperationResponseNamespaceURI();
void setOperationResponseNamespaceURI(String Value);
Description
You can set this property prior to sending the SOAP message to help TElXMLSOAPClient to know the namespace URI of the operation response.
Discuss this help topic in SecureBlackbox Forum