<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://example.com/endpoint">
<soap:Body>
<MyRequest>
<name>BD</name>
</MyRequest>
</soap:Body>
</soap:Envelope>
- Add following at the Headers
SOAPAction:POSTContent-Type:text/xml; charset=utf-8
- Change the request type to
POST - Put the above SOAP request at the
Body- select
raw - select
XMLat data type
- select

