Posted: Fri Feb 07, 2014 7:18 am Post subject: Calling webservice from ESQL using Propagate
Newbie
Joined: 07 Feb 2014 Posts: 2
Hello -
I have a scenario where in , I recieve multiple records from FileInput node , do a lookup from DB and call a webservices to get the decrypted data . Based on webservice response and DB lookup I will have to format and send the output message to FileOut node.
Issue: I'm using Propagate in ESQL compute node to call the webservice , but after the webservice call control is returning back to next ESQL statement where I have progated instead of returning the control to node next to SOAPRequest where I extract the SOAP response.
Can you pls guide me is there is any way I can store the webservice response in SOAPRequest node itself or is there any better approach.
Posted: Tue Feb 11, 2014 10:38 am Post subject: Re: Calling webservice from ESQL using Propagate
Acolyte
Joined: 23 Mar 2012 Posts: 54
hegde16 wrote:
I have a scenario where in , I recieve multiple records from FileInput node
What is the Record detection: Whole file,Delimited,Parsed Record Sequence?
Quote:
but after the webservice call control is returning back to next ESQL statement where I have progated instead of returning the control to node next to SOAPRequest
Have you tried to debug it?
It looks like you did not catch the thread after the call to the webservice and directly passed to the next thread of the next propagate
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum