SOAP request/reply in a GET function

Function Call
GET("SOAP", "-ENV -TRANSPORT 'HTTP(-URL http://www.mysite.com , Request)'
Meaning
The SOAP adapter is called to encode the data. The data is then passed to the HTTP adapter to send the request and pick up the response. The SOAP adapter is called again to decode the response.