cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi PI Experts,

Former Member
0 Kudos
112

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!!!

View Entire Topic
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