Hi Jenny,
In 8.2 MWS EDIINT Module Configuration Properties, you can specify a custom service to process the payload via wm.EDIINT.userProcessPayloadService property. Service wm.EDIINT.rules:processPayload checks the payload type. If it is not application/XML, application/EDI-X12, etc., the payload will be processed by the service specified in the userProcessPayloadService property. This would be used for processing flat file payloads, for example.
I think that, if you want to customize the way XML or EDI payloads are processed, you would have to modify the wM wm.EDIINT.rules:processPayload service, which of course is not recommended, or do as Holger suggests and invoke a custom service via processing rule.
Thanks,
Mary
#edi#Integration-Server-and-ESB#webMethods