SOAP support
See original GitHub issueHello,
I was wondering if wiremock supports https SOAP web services. The examples all seem to me to indicate a path needs to be unique. In my case every request is a POST to the same end point like:
https://myserver.com:443/sdk
Where the payloads being sent would be unique, and the responses coming back would be unique. If this is possible would you mind showing me a simple example?
Thanks
Issue Analytics
- State:
- Created 9 years ago
- Reactions:8
- Comments:17
Top Results From Across the Web
SOAP - Wikipedia
SOAP is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks.
Read more >SOAP (Simple Object Access Protocol) - TechTarget
SOAP is a lightweight protocol used to create web APIs, usually with Extensible Markup Language (XML). It supports a wide range of communication...
Read more >SOAP Web Services Tutorial: What is SOAP Protocol ... - Guru99
SOAP is an XML-based protocol for accessing web services over HTTP. It has some specification which could be used across all applications. SOAP...
Read more >What is SOAP API: Formats, Protocols, and Architecture
SOAP works with XML only · SOAP message structure · SOAP extensibility with WS standard protocols · ACID compliance · Web Service Description ......
Read more >SOAP vs REST. What's the Difference? - SmartBear
SOAP is designed to support expansion, so it has all sorts of other acronyms and abbreviations associated with it, such as WS-Addressing, WS-Policy, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s how I configured it to work with Soap calls.
/mappings/SayHello.json
/files/SayHello.xml
Executing request in PHP
In principle it’s possible to mock SOAP responses, using request body matching (full XML or XPath) to differentiate.
e.g.