Hi Experts,
I need to write a utility service that when run will resubmit all failed TN transactions based on either user status or senderID or receiverId or DocumentID etc.
I have build a sample service as shown below.
Sequence(Main)
Sequence(try)
wm.tn.query:createDocumentQuery {userStatus/routingStatus set}
wm.tn.query:documentQuery
wm.tn.doc:resubmit
Sequence(Catch)
pub.flow:getLastError
when I am running the above service with setting UserStatus/RoutingStatus resultCount is showing as -1 however I can see transaction in TN console.
Please advice how to troubleshoot and fix it.
Thanks in Advance.
Amit
#Integration-Server-and-ESB#webMethods#B2B-Integration