Hello, I'm trying to make a stub for an asynchrono...
# help
и
Hello, I'm trying to make a stub for an asynchronous request when I use java, it works for me, but when I try using the wiremock api, I don't get a callback. I'm sending
I use image: wiremock/wiremock:3.1.0
t
Just tried this with 3.2.0 standalone and it worked fine. If you’re in Docker, perhaps it’s because localhost isn’t pointing where you think?
и
I tried to do it via standalone, the callback did not return. Am I doing something wrong?
t
Can’t see anything wrong there. That’s exactly what I did.
Are you certain your listening process on 8080 is set up correctly?
и
Yes
t
I tested it by running another WireMock instance on port 8080 with
--verbose
. Could you try that and see if the callback appears in the console log?
и
Thank you very much, it really works. The problem was with the docker
👍 1