Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am completely new to OpenStudio for ESB. I've been testing it, and following some tutorials. I've been able to create a job which calls an external webservice and show a modified response of this external WS. The job is something like this
tEsbProviderRequest---->tXmlMap---->tEsbConsumer---->tXmlMap---->tEsbProviderResponse
When the job is deployed in runtime I can test it perfectly with soapUI.
Now, after calling the first webservice (ws1), I want to make the call of a second webservice (ws2) based on the same input of tEsbProviderRequest, and then take some variables of ws1Response and others from ws2Response, and then show this selected variables in tEsbProviderResponse, but I can't find the way on how to make the second call and even worse how to merge those two responses and make the final one.
I don't know if my description is clear enough
Thanks for your help