Posted: Fri Mar 04, 2011 2:06 am Post subject: SOAPRequest node
Apprentice
Joined: 06 Feb 2007 Posts: 35
Hi All,
I've a message flow in which i'm calling a webservice using SOAPRequest node. When webservice is down i want to retry for 3 times then only handle the exception.
Using WMB7 version
Since we don't have built in feature with SOAPReuest node. How to implement this feature in message flow.
Note:
1. Dont want this retry feature for all errors. Only webservice down errors.
2. We dont have any transaction database assosciated with my message flow.
Use the Environment to keep a webservice call tried count.
Check the results of the call - then optionally stick the request back into the webservice request, by routing it back in - don't foget to increment the count.
Give up if it is not the right error or if the retry count has been reached.
Alternatively - delegate this activity to the web service you are calling - which is how WMB does its SOAPInput nodes (see Retry).
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