You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Jayaram Achar K <ja...@tataelxsi.co.in> on 2007/02/17 10:15:48 UTC

invoke multiple operations with same request object

     Hi,

          How to invoke multiple operations with same request object.

          All i want to do is call function1 and followed by someother
function(say function2 depending on situation) with one request from Axis
client to Axis server.
          I feel that can be done using multiple envelope message (?) if yes
How to proceed with . Any code snippet /link /doc will be of great help.


         some more explanation:
      call.invoke() invokes a operation(function) associated with call
object  over a request object.
      the same way i want to invoke multiple operations with one request
object( with single call to invoke  or if any way to associate multiple
invoke with same request
      object)

      please let me know at the earliest.. Thanks in Advance..

   Rgds,
   Jayaram