Significance of 'baseURI' in XMLSignature constructor

2004-03-28 Thread pacow
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 '' tag? >

Using document servoce type

2004-03-28 Thread Alex Chen
I would like to use 'Document' service type with Axis but I do not find much information from the samples. What I like to do is to have a method like like this: public Document getMyDocument( int id); When the client invokes this method, the server side will return an XML document back. Of course

XML signature format issue in request?

2004-03-28 Thread pacow
I'm having trouble getting my signature verified by the host server (who is remote and uses ibm software), in my code i call: FileOutputStream f = new FileOutputStream(fileName); f.write(requestMessage.getSOAPPartAsBytes()); f.flush(); to observe the request as it is sent, one curious thing

documentation for WSDD and its children?

2004-03-28 Thread Nelson Minar
Is there any documentation for the tag in a WSDD and all the attributes and children thereof? WSDL2Java created a deployment descriptor for my service that works, so I'm happy. But now I'm trying to understand what it means. The closest thing I found to docs is "Deployment (WSDD) Reference" in

RE: InvocationTargetException

2004-03-28 Thread sergeant
Paul, coincidentally I've gotten the same error message and trace back twice in the last 24 hours after I had changed an operation signature in my WSDL. However, the core problems had nothing to do with the WSDL or Axis. Both times the problem occurred because a class was referencing a non-existent