Hi,
I am trying send one flat file to TN using routeflatfile servcie.
I wrote one gate way servcie and Hard coded sender ID, receiver ID, content part and Doctype name in TN_parms.
Service successfully submitts the file to TN. And finally in the transaction analysis , it is showing DONE W/ Errors.which gives me an internal processing error as below.
An internal error prevented processing from finishing normally on this document. The aborted rule was sending Flatfile, and the original error message was java.lang.IllegalStateException: Processing recursion was detected: the processing rule sending Flatfile invoked itself, most recently with document 1t2g9g005mu3gks5000004m9. Processing fails.
at com.wm.app.tn.route.RoutingActions.pushStack(RoutingActions.java:117)
at wm.tn.route.route(route.java:746)
at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:403)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:631)
at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:40)
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:44)
at com
Any Suggestions to solve it?
#webMethods#Integration-Server-and-ESB#B2B-Integration