Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.Encoding

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies encoding of the XML document containing the SOAP message.

Declaration

[C#]
    string Encoding;

[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".

See also:     XMLDocument    

Discuss this help topic in SecureBlackbox Forum