cancel
Showing results for 
Search instead for 
Did you mean: 

Hi PI Experts,

Former Member
0 Kudos

We have a java mapping with DOM parser which is written in PI 7.0 . Currently we are migrating from 7.0 to SAP PO 7.4 single stack.

To Read and write XML node we have XmlDomNodeReader and XmlDomNodeWriter respectively.

Below is the sample code,

crID= XmlDomNodeReader.getNodeData(XmlDomNodeReader.getNode(crNode, S95Mapping.CRID));

  orderText = XmlDomNodeReader.getNodeData(XmlDomNodeReader.getNode(crNode, S95Mapping.KTXT));

  dest = XmlDomNodeReader.getNodeData(XmlDomNodeReader.getNode(crNode, S95Mapping.DEST));

  orderNum = XmlDomNodeReader.getNodeData(XmlDomNodeReader.getNode(crNode, S95Mapping.BID));

we are facing issue like "XmlDomNodeReader cannot be resolved "

Please suggest how to resolve this issue ,do we need to include any jar file ? if yes what is the corresponding jar file?

Thanks in advance!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

suman_sourabh
Participant
0 Kudos

Hi Suresh,

From the name XmlDomNodeReader it seems it is custom class created by developer.

Could you please check all the imports used in the class and reverse trace the different class used.

Check all the imported archive files inside the same package.
Might be this will help.

regards,
Suman

former_member186851
Active Contributor
0 Kudos

Try adding the below Jar and see Suresh

javax.xml-1.3.4.jar