Paw tries to be closer to the REST architecture, so it does not support SOAP calls natively. However, being an HTTP client in general, Paw allows you to build SOAP Envelopes yourself.
Set the method and the Content-Type header
Set the method and the Content-Type header
In the URL field choose the POST
method and set the Content-Type header to application/soap+xml; charset=utf-8
.