createSOAPEnvelope
Create a SOAP envelope with proper namespace prefixes.
body(required): XML content for the SOAP Bodyheader(optional): XML content for the SOAP Header
utlx
// See Chapter 22 for XML/SOAP processing.
{
soapMessage: createSOAPEnvelope($input.requestBody, $input.authHeader)
}