mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
WireMock published in a VM not working with SOAP (Timeout) #372
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 @devmariodiaz on GitHub (Oct 14, 2021).
Originally assigned to: @StefH on GitHub.
Hello Stef,
Good afternoon Stef,
I hope you are doing well;
I am trying to send the xml-soap body request as a pattern, when I am running in localhost:8080 its working perfectly, after deploying in azure devOps pipeline URL:8080 when the pattern in body request contains "soap:envelope" it is not working, and keep processing (Timeout), could you please let me know if you have any recommendation for this problem, I am publishing in http without SSL
You can see the body pattern as follows:
SOAP request body:
And this is the body request:
@StefH commented on GitHub (Oct 15, 2021):
Hello Mario,
It could be related to using 8080, did you also try to use 443 (https?)
And for an example see this:
https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NETCore3
And maybe this link can help:
@StefH commented on GitHub (Jan 6, 2022):
Hello @devmariodiaz,
Did you have time time to check this issue ?
@StefH commented on GitHub (Feb 20, 2022):
Hello @devmariodiaz
Did you find a solution for this?
@StefH commented on GitHub (May 3, 2022):
Hello @devmariodiaz, is this still a problem for you? Else I'll close this issue.
@devmariodiaz commented on GitHub (May 3, 2022):
Hello Stef, I'll close this issue because this is already solved.
Thanks for all 💯