I am trying to use WebMock to test a SOAP service integration. As the
SOAP service I am integrating with will deliver different responses
based on the body, I need to stub different responses for different
bodies. However, any time I specify a body in the stub's request, it
never matches, even though I am logging the request & that is exactly
what I provided in the stub.
Any thoughts on how to workaround this, or is the request limited to
simple bodies like those shown in the examples?