Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.SOAPAction

TElXMLSOAPClient     


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


The value of the SOAPAction header field.

Declaration

[C#]
    string SOAPAction;

[VB.NET]
    Property SOAPAction As String

[Pascal]
    property SOAPAction : string;

[C++]
    void get_SOAPAction(std::string &OutResult);
    void set_SOAPAction(const std::string &Value);

[PHP]
    string get_SOAPAction()
    void set_SOAPAction(string $Value)

[Java]
    String getSOAPAction();
    void setSOAPAction(String Value);

Description

Use this property to specify the value of the SOAPAction header field.

Discuss this help topic in SecureBlackbox Forum