L.S.,
You can use a static routing slip and add the 'return chain' XSL-T after
the call to the external webservice:
HTTP Consumer -> Static routing slip (XSL-T -> HTTP Provider -> XSL-T)
Gert
willygold wrote:
Hi,
I have the following chain :
HTTP Consumer -> XSLT SE -> BC Provider -> external webservice
How do the BC response message returns to the HTTP Consumer?
How is it possible to catch the BC response via another XSLT SE in order to
transform the response before sending it to the HTTP Consumer?
For example for the return chain :
external webservice -> BC Provider -> XLST SE -> HTTP Consumer
Thank's