Error in invoking the service in local server

Error in invoking the service in local server

The flow service is on Production server which has to be invoked by a routing rule, but after the routing rule is getting invoked by the sap system, our flow service is not getting invoked and we found a msg in error log " Routing IDoc XML failed"

The corresponding audit log which we found in Routing Rules Transactions

Audit Log
03/13/2007 07:27:53 AM State changed to: Created
03/13/2007 07:27:53 AM ALE:InboundProcess Execute 0AA3FDB3252545F652190028
03/13/2007 07:27:53 AM State changed to: Created
03/13/2007 07:27:53 AM Gateway Manager ← 'ALE (R/3 IDOC)
03/13/2007 07:27:53 AM Invoked flow wm.PartnerMgr.flows.WEP900.0000002075:ORDRSP
03/13/2007 07:27:54 AM Error in invoking the service: routing:idocXmlOutboundRouter on the server: (local)
03/13/2007 07:27:54 AM State changed to: Rolled back
03/13/2007 07:27:54 AM Routing IDoc XML message failed
03/13/2007 07:27:54 AM State changed to: Rolled back
03/13/2007 07:27:54 AM com.wm.lang.flow.FlowException: Routing IDoc XML message failed
03/13/2007 07:27:54 AM State changed to: Rolled back

Any suggestions about this error…

Is “routing:idocXmlOutboundRouter” your service?

Since the log says, com.wm.lang.flow.FlowException: , seems like one of your processing service failed and threw a custom error message “Routing IDoc XML message failed”.

I would suggest getting/looking at the ERROR logs from around 03/13/2007 07:27:54 AM when the error occurred