Hi, all
I am working on an interface async (proxy) -> sync (web service) -> async (proxy). In the interface, I am trying not to use BPM and call the ResponseOnewayBean instead. 3 ICO are created. One to send the message from proxy to web service. Another one to send the response to the receiving proxy. The third one to route the fault message returned from the web service to the receiving proxy.
They are working ok except I need a piece of data from the sending proxy to process the fault message in the receiving proxy. The web service developer said that they cannot control the fault message and thus cannot include the sending proxy data in the fault message. Then it comes to the embarrassing question on why PI cannot "remember" its data.
Is there a way to achieve this without BPM? Your prompt input is much appreciated as I am facing tight deadline.
Thanks,
Jonathan.