Re: Significance of 'baseURI' in XMLSignature constructor/Signing issues

2004-03-30 Thread Vishal Mahajan
Hi Peter, pacow wrote: also, I have attached a copy of my SOAP request. i add a reference in the signature to '#Body', do i then need to add an id='Body' attribute to the soap:Body tag, or elsewhere? Yes, you would need to add an attribute to the soap:Body element. Adding SOAP-SEC:id="Body" att

Significance of 'baseURI' in XMLSignature constructor/Signing issues

2004-03-29 Thread pacow
What is the significance of the variable 'baseURI' in the XMLSignature constructor? If I am not refefring to an external file, and there are no relative URIs in my document, can i leave baseURI blank? or is there some way to indicate that the generated document is the location of the baseURI? do