Hi Team, Am facing an issue with wiremock. Have m...
# help
j
Hi Team, Am facing an issue with wiremock. Have mocked couple of endpoints using wiremock and deployed it in docker. Am able to access the get and post endpoints through chrome and postman, could able to see the log messages generated in wiremock docker container. I have java application running in docker container, when it is hitting the mocked api endpoint not getting response/ error. Didn't find any trace in the wiremock logs. Would you please suggest me a documentation/ your comments on this.
l
Does your java application get any error or exception ?
j
No
l
This is going to be pretty hard to diagnose without any logs or stacktraces. Could you put together a small project that reproduces the issue?