I have multiple async soap requests and I need to mock the responses of those requests. However, it seems the order of the expected requests matter and I was wondering if there were any workarounds.
I came across this example using MockRestServiceServer where it uses the ignoreExpectOrder() method.