For the complete documentation index, see llms.txt. This page is also available as Markdown.

Request

Sends a SOAP request using the provided connection, input, and options.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

MessageBody : String

Xml Body of a message that will be wrapped into Soap envelope.

Default: - Example: London

SoapAction : String

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.

Default: - Example: https://example.com/service/GetWeather

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

XmlResponse : String

Response to the message. Example: <soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/"> soap:Body 20 Sunny </soap:Body> </soap:Envelope>

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.Soap.Request.

[1.0.0] - 2026-05-12

Added

  • Initial implementation

Last updated

Was this helpful?