I try to veriyf a signed xml using the built-in service pub.security.xml:verifyXML.
I pass the following inputs to the service
xmldata, signatureSelectors (the xpath of element “Signature” in xmldata) and nsDecls.
I get the following exception
Could not run ‘verifyXML’
com.wm.app.b2b.server.ServiceException: [ISS.0086.9248] The signature could not be found.
Anyone has got any explanation for the exception? And how to fix this?