Below are compilation of PI/PO Sync-Async/Async-Sync Bridge with BPM or with module found on various sites. These bookmarks are for my later reference. Configuring Async/Sync Bridge on SAP NetWeaver Process Orchestration PDF by Alexander Bundschuh Configuring Sync/Async Bridge on SAP
JAVA Mapping Simple FirstName LastName to FullName using SAX
In this example, demonstrated Java mapping to concatenate first name and last name to full name using SAX.Source XML: Target XML: Java mapping class:
JAVA Mapping Simple FirstName LastName to FullName using DOM
In this example, demonstrated Java mapping to concatenate first name and last name to full name using DOM.Source XML: Target XML: JAVA mapping class:
JAVA Mapping One-to-One Source-to-Target using SAX
Similar purpose like previous post, this post is using SAX parser in stead.To understand know more about SAX parser, see this https://www.google.com/?q=sax+parser
JAVA Mapping One-to-One Source-to-Target using DOM
To get started to develop JAVA mapping in SAP NWDS, go to this excellent post by RaghuBelow PI java mapping parse source xml file into DOM, then output the same DOM to target xml. Very basic just to show and
UDF Basic Building Block
UDF can be written for many different purpose, and with many different way of coding. Still, there should be some reusable coding/statement/patterns that keep on occurs again and again. In this document, is my attempt to list down some common
BPM – Simple iFlow to BPM to iFlow and Calling Operation Mapping in BPM
This post show a simple example of connection from source iFlow to BPM, call an Operation Mapping in BPM, then send output to target iFlow. The flow : a. Sender (BC_S1) send a text file contain message FirstNameLastName via sender
Enterprise Integration Patterns – Stateless – Content-Based Router
Content-based router is a pattern to route messages to different receivers, based on content from message. Example: File R1_AAA.txt have first column with value “R1”, then route this message to receiver BC_R1 File R2_BBB.txt have first column with value “R2”,
Enterprise Integration Patterns – Summary
This post act as a summary page contain various useful documents/links gathered from the web, and integration patterns scenario that I had tested. Tested: saprainbow.com | Enterprise Integration Patterns – Stateless – Content-Based Router Reference: eaipatterns.com | Enterprise Integration Pattern
SOAP Adapter – SOAP2FILE using SOAPUI, NWDS, iFlow and ICO
This is a scenario to use SOAPUI tool to trigger web service via sender SOAP adapter, then convert to output file via receiver file adapter. Create graphical iFlow view: iFlow = IF_SOAP2FILE_MAPPING Sender system = BC_SOAP_A Receiver system = BC_B
