cancel
Showing results for 
Search instead for 
Did you mean: 

XI - XML libraries

Former Member
0 Kudos

Hi all,

which XML libraries (SAX and JDOM) does XI use ?

My issue is to write an sender adapter module that does transformation (from flat file to XML) and to reuse XI libraries for XML message creation (I do not want to include outside libs, such as Xalan and Xerces). More precise: which SAP libraries do I have to enlist in the file application-j2ee-engine.xml ?

Kindest regards and many thanx in advance

Jurica Borozan

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

You can use SAX and DOM.

For developing you need sapxmltoolkit.jar. You need not add this lib to the application-j2ee-engine.xml as this lib as available by default.

When you use NWDI, then you can use the help there to see the methods.

Regards

Stefan

Answers (0)