Consume an asynchronous web service using OSB 10gR3
755784Feb 23 2010 — edited Mar 2 2010I want to use OSB as a client to a web service. Is is possible to asynchronously consume a web service using OSB ? The web service has a method receiveMessage and sends a response messageResponse. I want to capture the response and execute some code when I receive the response. Essentially I want to use the request-callback MEP from SOA suite's mediator. Does OSB supports request-callback MEP ? Is there a workaround to simulate this ?