Recent project required make call to Concur REST API using PI REST adapter, get REST XML response, then do further processing. The REST XML response do not conform with message type/external definition defined, cause problem not able to process further
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 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