Application Integration
- Application Integration
- All Products
<retryCheckInput xmlns="http://www.activebpel.org/services/retry"> <faultName>{namespace}localpart</faultName> <processId>process id</processId> <processName>process name</processName> <invokePath>path of activity which is faulted</invokePath> <attempts>retry attempts already executed</attempts> <partnerLinkName>partner link used by invoke </partnerLinkName> <partnerLink>endpoint reference of partner link </partnerLink> </retryCheckInput>
<retryCheckOutput xmlns=http://www.activebpel.org/services/retry> <retry>yes or no indicating whether or not to retry</retry> <interval>number of seconds to delay if retrying</interval> </retryCheckOutput>
<retryCheckOutput xmlns=http://www.activebpel.org/services/retry> <retry>yes or no indicating whether or not to retry</retry> <interval>number of seconds to delay if retrying</interval> <wsa:EndpointReference xmlns="http:// schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:ext="http://www.activebpel.org/bpel/extension" xmlns:ns1="http://www.activebpel.org/services /retrytests" xmlns:s="http://www.activebpel.org/ services/retrytests" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03 /addressing" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03 /business-process/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <wsa:Address>ae:localhost:alternateRetryService </wsa:Address> <wsa:ServiceName PortName= "retryTesterServicePort">s:retryTesterService </wsa:ServiceName> </wsa:EndpointReference </retryCheckOutput>
<wsa:EndpointReference xmlns:s="http://www.activebpel.org/services/retrytests"> <wsa:ServiceName PortName="retrytesterServicePort"> s:retryTesterService</wsa:ServiceName> <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/ 2002/12/policy" xmlns:abp="http://www.activebpel.org/policies"> <abp:retryservice="retryCheckerService"faultList="{http://xml.apache.org/axis/}* {http://www.active-endpoints.com/2004/06/bpel /extensions/}* {http://www.activebpel.org/services /retrytests}*"/> </wsp:Policy> </wsa:EndpointReference>