setSoapAction

setSoapAction(value: String);

The setSoapAction method of the JadeHTTPConnection class sets the "SOAPAction" HTTP header.

Set the value parameter to the string value for the "SOAPAction" header. If the value of this parameter is null and the SOAPAction key exists in the list of headers, the corresponding entry is removed from the list.

If the value is non-null, the corresponding value is replaced.