Hi Mcarlson,
Thanks for your input, But the solution is not working. The reason may be that I am using 2 Flow services ( Wrapper Service & Main Service).
Wrapper Service working.
a)1 is wrapper service which will receive the SOAPrequestdata and convert it to a document and then call Main service where the actual processing takes place ( like selecting from DB and inserting into other DB). This above step takes place in a TRY block.
b) Once the Main service executes successfully and returns the SOAP-Response document and the flow will go to Finally block in Wrapper Service and the Response Document is converted to SOAP-ResponseData object and returned to client.
c) If the Main Service fails like I placed “Exit flow and Signal Failure in Catch block in Main Service” The flow will return to Wrapper service and go to Catch block and then Map the getLastError output to SOAP-Response document and the flow will go to Finally block in Wrapper Service and the Response Document is converted to SOAP-ResponseData object and returned to client.
So please suggest me your view on this.
I wanted to share my Code screenshot with you So provide me your personal ID to which I can send the code screenshot.
Thanks
Sree,
#soa#API-Management#webMethods