Takes 8 parameters, ServerName, Port, bSecure, Path, ExtraHttpHeaders, Envelope, ExtraBody, xml
Description:
Make an HTTP Request to a server which utilizes SOAP technologies. This command will return an XML response.If Port
is blank it will default to 80 or 443 depending on bSecure
. The Path
will have URL-Encoding applied to it. If Envelope
is blank, it will use the standard SOAP envelope from 2001/12. ExtraBody
can be used to add extra attributes to the Body tag. XML would typically be generated using the XmlMerge
command on a WorkQuery
and then using RawStream$