Posted: Thu Aug 20, 2009 5:56 pm Post subject: HTTP request node error handling
Apprentice
Joined: 03 Aug 2009 Posts: 47
Hi i have a situation here.let me explain the scenario:
initially I have to make a request to a webservice but if the webservice fails then i have to route the request to the second webservice which is at the other port. Any ideas?
wat the msg flow i designed looks something like this:
if i the webservice fails then failure terminal of http req is con to the throw node:
Http req(failure)->throw and then it follows the catch path in trycatch to route it to the next url but the problem is when there is failure received at the http req a socket failure msg is received at the application which sends the request..
plzz help me out !!!
Last edited by Raj2000 on Thu Aug 20, 2009 7:06 pm; edited 2 times in total
I also forgot to mention that i am able to route to the other webservice and get the resonse from there but by the time it makes the http reply the application which makes the request receives the socket failure exception becoz of the failure at the first webservice(which is down).
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