I have a question related to this topic.
I have written a general service to encode the Idoc received from the SAP adapter into XML format. The XML is then passed to TN where routing, etc. is sorted out via processing rules, etc.
I have registered this service as the inbound service for the default handling of Idoc’s.
Everything works fine. The XML gets posted to TN appropriately and routed provided I have set up TN appropriately. However, I still see that the wm.PartnerMgr.gateway.runtime.InboundProcess service is being invoked (it subsequently encounters an exception due to my cleansing of the pipeline).
I obviously am missing something. My intent is to bypass the Partner Manager. I thought if a routing rule was defined in the SAP Adapter satisfying a particular Idoc, then that Idoc would not be passed to the Partner Manager. What is missing?
Many thanks for any help/ideas provided.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods