Re: How to get the SOAP Envelope from msg Context without invocation

2004-06-15 Thread Matt Payne
4:58:41 +0530 Subject: RE: How to get the SOAP Envelope from msg Context without invocation To: [EMAIL PROTECTED] Hi jose, I dont know if it is helpful to you. I adapted a different approach in this case. I created soap envelope first, signed it and used call.invoke(envelope) ap

RE: How to get the SOAP Envelope from msg Context without invocation

2004-06-15 Thread GANDHIRAJAN, AYYAPPAN
From: Dhanush Gopinath [mailto:[EMAIL PROTECTED]Sent: Monday, June 07, 2004 10:07 AMTo: [EMAIL PROTECTED]Subject: Re: How to get the SOAP Envelope from msg Context without invocation Jose,   Handlers are called while request and response flows. It is an automatic process... I

Re: How to get the SOAP Envelope from msg Context without invocation

2004-06-04 Thread Davanum Srinivas
Yes, look at test\wsdl\jaxrpchandler\JAXRPCHandlerTestCase.java search for ClientHandler -- dims - Original Message - From: Jose M. Selman <[EMAIL PROTECTED]> Date: Fri, 4 Jun 2004 10:17:52 -0400 Subject: Re: How to get the SOAP Envelope from msg Context without invocation To:

Re: How to get the SOAP Envelope from msg Context without invocation

2004-06-04 Thread Jose M. Selman
iday, June 04, 2004 8:00 AM Subject: How to get the SOAP Envelope from msg Context without invocation Hi:    I'm writing an Axis Client that needs to send RPC style signed requestsaccording to XML-DSIG. My problem is that in order to sign the SOAP EnvelopeI need t

How to get the SOAP Envelope from msg Context without invocation

2004-06-03 Thread Jose M. Selman
Hi: I'm writing an Axis Client that needs to send RPC style signed requests according to XML-DSIG. My problem is that in order to sign the SOAP Envelope I need to first have it! :-) I have looked everywhere but I haven't found where to do this. I'm doing Service service = new Service(); Call