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
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
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:
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
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