Import a WSDL, mock each operation, and respond with SOAP envelopes your existing clients already understand.
Try it liveEach WSDL operation becomes a mock endpoint. The executor resolves the operation from the SOAP body or the SOAPAction header.
All SOAP traffic for a project posts to one URL with an XML envelope:
Responses are wrapped in a SOAP envelope:
On a SOAP project, the tester opens a SOAP panel with the project executor URL and an XML envelope editor. Send requests and inspect the envelope response without leaving the project page.
SOAPActionImporting a WSDL into a project locked to another protocol fails with HTTP 409. Create a dedicated SOAP project. See Choosing a Protocol.