You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sanjay Dahiya <da...@india.hp.com> on 2004/01/14 11:10:14 UTC

serializing axis calls ..

Hi

I want to transfer a axis Call - as an XML message in a message queue 
and pass it over to the server side, execute there and get the response 
in another message Q, this happens asynchronously of course.
the problem statement is that the server to which I send this call is 
decided by a program based on certain conditions.

could you tell me what would be the best way to do this..

thanks
Sanjay