websphere - How to implement a retry SOAP request flow if the first try fails -


i'm working websphere message broker v8.0, have next flow simple soap mediation:

soap input -> soap request -> soap extract -> compute node -> soapreply

is there logic can applied flow if request fails? (timeout, system error, intermittent service)

thanks in advance.

a possible solution problem be:

connecting both failure terminal of soap request node flow route input of soap request when failures occur , putting trycatch node before , after soap request have separated error handling region, while connecting fault output of soap request throw node raise exceptions when faults occur , have error handler subflow connected catch terminal of trycatch before soap request route input terminal of soap request.

as can see, need implement error handling logic required application, message broker provides framework it. first of should familiarize error handling capabilities of message flows:

http://www-01.ibm.com/support/knowledgecenter/ssmkhh_9.0.0/com.ibm.etools.mft.doc/ac00410_.htm


Comments