I would like recall service if exception. I use webMethods developer to implement process. My service is a client of webservice and when webservice is not available I would like recall it after some time.
How would I do it?
I tried set Step Retry Count and Step Retry Interval properties, but after that there were a lot of recall without limit instead of specified time in Step Retry Count property
Well you have the basic concept right, now when you create the trigger, on the right side in the properties you can see the “Transient error handling”. Under that you can specify till when this trigger should run the service, the interval between each attempt, maximum retries etc. Check the " Publish-Subscribe Developer’s Guide" for detail information.
I used Step Retry Count and Step Retry Interval properties in process step properties. Now it’s working because I call trowExceptionForRetry outside try/catch block in my service
Usefull was thread [URL]https://wmusers.com/forum/showthread.php?t=3516[/URL]