Hi ,
I want to compare the two xml files and return the difference in those files.
I am storing the two xml's in the datastore and getting the two xml's using datastore get operation then storing it in a properties.
Those properties i am callin...
Hi 7a519509aed84a2c9e6f627841825b5a , engswee.yeoh
I am trying to find out the difference between two xml files and return the difference tags.
To Achieve this I am storing the xml files in Datastore and to find out the difference I am using th...
Hi 7a519509aed84a2c9e6f627841825b5a, engswee.yeoh
I am trying to write groovy script to compare two xml files in CPI.
Below is the code which I have written.
import com.sap.gateway.ip.core.customdev.util.Message
//Imports for DataStoreService...
I want to compare the two metadata XML Files from the SuccessFactors System and return the difference tags as a output using SAP CPI Integration tool.
I am using the below groovy script to achieve this but getting an error.
code1:
XMLUnit.setI...
Hi 7a519509aed84a2c9e6f627841825b5a , Thank you for the response.Due to security reasons I am not sharing the actual xml file. Below is the sample data for better understandings.XML1:<root>
<rdm>
<Model> aa</model>
</rdm>
<rdm>
<Model> bb </Model>
<...
Hi 7a519509aed84a2c9e6f627841825b5a , Thank you for your response. I have imported the above jars, PFB Screenshot. Please Let me know if am missing anything.Below is the error:
org.codehaus.groovy.control.MultipleCompilationErrorsException: star...