Sandesh
2 years agoNew Member
Groovy script
I have written groovy script for passing input parameter for angular tag <xd:SignatureMethod Algorithm="?">
I am trying to pass input value within the angular tag (<xd:SignatureMethod Algorithm="?"> );
This is the script
samplexmlreq.setNodeValue("//ns:ES1-RegisterEISRequest/ns:Eis/ns:EumSignature/Id/xd:SignedInfo/Id/xd:SignatureMethod/Algorithm",Algorithm)
can you provide solution for this error
I am able to run the script not showing any error but not able to get the values which i passed to angular tags