Hi, I have 4 message types, 3 outgoing from R/3, and 1 going to R/3, from SAP BC.
I want to set up Event Handler Flow code to capture service errors such as: Out-of-memory; numeric format error; etc…
In my error handler Flow code I receive the pipeline of the failing service into a file called ‘X’. This includes system info plus the actual ‘pipeline’ from the failing service.
My question is how to parse this actual ‘pipeline’ info into a record to determine the service that is causing the error, and secondly how to retrieve that info from the xml style pipeline to grab the pertinent xml values to output to an email generated by the smtp service?
In the developer I used File->New->Record function to create a record based on ‘X’.
Am I confused or what?
What I want to accomplish is that when the Event Handler is triggered and it invokes a specific Event Handler Flow pgm, sending a specific pipeline that includes the failing services ‘pipeline’, I need to know the best way to parse that ‘pipeline’ so I can determine which service originated the exception.
Anyone have any sparks of brilliance to help me here?
Regards, Stephen Young in Toronto, Canada.
P.S. I am desperate. I have Toronto Bus Tickets to give away!
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services