Frends.Soap.Request / 1.1.0
Summary
Sends a SOAP request to a web service and returns the XML response, covering the authentication schemes, client certificates and proxies that enterprise SOAP endpoints tend to require.
Typical use — legacy and enterprise services still exposed as SOAP; pair it with the read Task to unpack the response
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| MessageBody | String |
– | <GetWeather xmlns="https://example.com/"><City>London</City></GetWeather> |
Xml Body of a message that will be wrapped into Soap envelope. |
| SoapAction | String |
– | https://example.com/service/GetWeather |
The SOAPAction HTTP header value (SOAP 1.1) or the action parameter in Content-Type (SOAP 1.2). Known as the WS-Specs / WS-Addressing action field. |