on ‎2011 Jul 28 2:00 PM
Dear All,
I am using PI 7.1
I am trying to invoke a third party SOAP API which accepts request in the form of a string which has embedded xml and also return a string which has xml embedded in it.
To send the xml as string, I used the feature "Retun as XML" in mapping and it worked fine.
But the response which has xml embedded, needs to be converted back to XML message.
I understand that we can write parsers in java, ABAP and also do XSLT mapping.
Just wanted to know that is there any "out of the box" feature to do the same.
Please refrain from providing links to java mappings or xslt as I have gone through them already.
regards,
Piyush
Request clarification before answering.
You can use DOM or SAX API for XML parsing. SAX is preferred as it is more memory intensive provided there is no need to modify the XML.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.