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