On Wed, May 19, 2010 at 6:36 PM, Amila Suriarachchi <[email protected]> wrote: > hi, > > however replacing the following line > > SOAPEnvelope env = > Axis2Util.getSOAPEnvelopeFromDOMDocument(rmd.getDocument(), true); > > with > > SOAPEnvelope env = (SOAPEnvelope)rmd.getDocument().getDocumentElement(); > > causes some test case failures. > > Also we found this info message. > > May 19, 2010 6:13:13 PM org.apache.xml.security.signature.Reference verify > INFO: Verification successful for URI "#id-613" > May 19, 2010 6:13:13 PM org.apache.xml.security.signature.Reference verify > INFO: Verification successful for URI "#My ticket Id"
What are the test failures? The above lines shows the verified parts of signatures. Thanks, Ruchith --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
