mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Can I use this library to make integration tests with an external soap service? #310
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jfbenavid on GitHub (Nov 6, 2020).
I want to build a test to use the reference of a soap service using Wiremock to get the response of that.
Is it possible?
Thanks in advance.
@StefH commented on GitHub (Nov 6, 2020):
Hello @jfbenavid, this is not yet possible. There is functionality for parsing an OpenApi spec (https://github.com/WireMock-Net/WireMock.Net/tree/master/src/WireMock.Net.OpenApiParser).
Maybe a WCF/Soap parser would be usefull.
For now the best solution for you is to run WireMock.Net in proxy mode and just capture the requests/response or manually add the mappings.