What is the significance of the variable 'baseURI' in the XMLSignature constructor?
> ex: XMLSignature sig = new XMLSignature(doc, baseURI, > XMLSignature.ALGO_ID_SIGNATURE_RSA); > does it affect how the document is signed? also, how does it relate to the following attributes of the '<soapenv:Envelope..>' tag? > env.addAttribute(Constants.URI_SOAP11_ENV, "actor", "some-uri"); > env.addAttribute(Constants.URI_SOAP11_ENV, "mustUnderstand", "1"); > finally, what is the significance of these 2 attributes? what do they need to refer to for the signature to be verified properly? are they even required at all? thanks, -peter
