Discuss this help topic in SecureBlackbox Forum
The value of the SOAPAction header field.
Declaration
[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