Discuss this help topic in SecureBlackbox Forum
The name of the operation response.
Declaration
[C#]
string OperationResponseName;
[VB.NET]
Property OperationResponseName As String
[Pascal]
property OperationResponseName : XMLString;
[C++]
void get_OperationResponseName(sb_u16string &OutResult);
void get_OperationResponseName(std::wstring &OutResult);
void set_OperationResponseName(const sb_u16string &Value);
void set_OperationResponseName(const std::wstring &Value);
[PHP]
string get_OperationResponseName()
void set_OperationResponseName(string $Value)
[Java]
String getOperationResponseName();
void setOperationResponseName(String Value);
Description
You can set this property prior to sending the SOAP message to help TElXMLSOAPClient to know the name of the operation response.
Discuss this help topic in SecureBlackbox Forum