Dear Friends,
Could you please let meknow how to capture the WebService response at runtime.
My Sceanrio: File to File through WS. i am triggering a web service at runtime by using UDF in message mapping. So my input will sent to Web service as Request and then WS returns Response. if the response has the details (ex: customer ID), i need to capture those details and insert in to my sorce data and sent to target as file.
here the problem is how to capture the response of web service in runtime and read the details of customer ID and insert those details to source. please let me know Java code how to capture Response details of web service.
Thanks in Advanace...SARAN