SOAP on HTTP

e.g. with Postman or cREST

HTTP Headers:

Content-type: text/xml
SOAPAction: "<from WSDL: /wsdl:definitions/wsdl:binding/wsdl:operation/soap:operation/@soapAction>"
URL: "/wsdl:definitions/wsdl:service/wsdl:port/soap:address/@location" and/or append "/wsdl:definitions/wsdl:binding/wsdl:operation/soap:operation/@location"

HTTP Body:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:unim="http://www.unimarket.com/schema/unimarket-ws">
   <soapenv:Header>
   </soapenv:Header>
   <soapenv:Body>
   </soapenv:Body>
</soapenv:Envelope>
<eg><![CDATA[<Root></Root>]]></eg>