soap-example tagged requests and articles

Categorized request examples and articles tagged with [soap-example] keyword
How to send a SOAP request?
To make SOAP requests to the SOAP API endpoint{{ with LANG}}, use the "Content-Type: application/soap+xml" request header, which tells the server that the request body contains a SOAP envelope. The server informs the client that it has returned a SOAP envelope with a "Content-Type: application/soap+xml" response header. In this {{LANG}} SOAP Request Example, we are sending a SOAP request to the ReqBin echo URL with a SOAP envelope in the body of the POST request. Click Send to send {{LANG}} SOAP Request example online and see the results.