Good morning. I'm mocking a WCF POST method to be ...
# general
e
Good morning. I'm mocking a WCF POST method to be consumed by a WCF, by Visual Studio 2019, but I'm getting this error: "The remote server returned an error: (404) Not Found." The interesting thing is that via SOAPUI when I call the WireMock route it works but Visual Studio presents the error.
o
Hello. Looks strange. Could you please share your WCF config? I suspect the endpoint of WireMock is just not accessible due to different config / network filters /etc