IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  recall service step

    Posted 06/15/10 01:34 PM

    Hello,

    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

    Anybody helps?


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: recall service step

    Posted 06/16/10 10:19 AM

    You can use the trigger retry mechanism or if you are using Trading Network, you can use task functionality.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 3.  RE: recall service step

    Posted 06/16/10 11:12 AM

    Talha, could you explain how it works, how use it.
    I only know that trigger invoke specified service when specified document appear on the broker :frowning:


    #webMethods
    #webMethods-BPMS
    #BPM


  • 4.  RE: recall service step

    Posted 06/16/10 11:38 AM

    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.


    #webMethods
    #BPM
    #webMethods-BPMS


  • 5.  RE: recall service step

    Posted 06/16/10 01:39 PM

    Talha Thanks for Reply

    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]


    #webMethods
    #webMethods-BPMS
    #BPM