Chris, Thanks a lot for your reply, I had a look at the RPCprovider. a call is made to invokemethod which returns obj3. This obj3 is used to construct the soap msg. But in my case I dont call invokemethod and I have the return value. So how do I construct the object (obj3) ?
 
obj3 = invokeMethod(messagecontext, operationdesc.getMethod(), obj, aobj);

chris <[EMAIL PROTECTED]> wrote:

Mark -  Look at the existing providers in org.apache.axis.providers to see how they craft the response message.  processMessage() in MsgProvider.java and the code after the /* Now put the result in the result SOAPEnvelope */ comment in RPCProvider.java

       

 

/Chris

http://cvs.apache.org/~haddadc

 

 

 

-----Original Message-----
From: Mark [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2003 12:40 PM
To: [EMAIL PROTECTED]
Subject: Reconstructing a SOAP reply -- Plsss help

 

Can some one pls help me with this...any help would greatly be appreciated..

Hi

I have a SOAP client which uses my own provider. In the provider I call another method - not through the method.invoke but through other means. But I want to send the reply through a SOAP msg. So is there a way for me to add the return value into the SOAP msg and reconstruct the SOAP reply msg? Can I use messageContext for that? Can someon pls point me to code samples?

 

 

 

thanks

Mark


Do you Yahoo!?
Free Pop-Up Blocker - Get it now


Do you Yahoo!?
Free Pop-Up Blocker - Get it now


Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Reply via email to