Discuss this help topic in SecureBlackbox Forum
Specifies encoding of the XML document containing the SOAP message.
Declaration
[VB.NET]
Property Encoding As String
[Pascal]
property Encoding : string;
[C++]
void get_Encoding(std::string &OutResult);
void set_Encoding(const std::string &Value);
[PHP]
string get_Encoding()
void set_Encoding(string $Value)
[Java]
String getEncoding();
void setEncoding(String Value);
Description
Use this property to specify the encoding of the generated messages.
The default value is "utf-8".
Discuss this help topic in SecureBlackbox Forum