Can I use this library to make integration tests with an external soap service? #310

Closed
opened 2025-12-29 15:20:24 +01:00 by adam · 1 comment
Owner

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.

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.
adam added the question label 2025-12-29 15:20:24 +01:00
adam closed this issue 2025-12-29 15:20:25 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#310