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 iksrazal <ik...@gmail.com> on 2005/12/06 19:04:58 UTC

[axis2] In-only with a Stub ?

Hi all, 

The generated sources from WSDL2Java seemingly contains just methods for 
Call.invokeBlocking and Call.invokeNonBlocking with a Callback. But how does 
one follow the In-only pattern as is done with MessageSender ? Do I use 
MessageSender with the complex Objects and Options, or do I just use the Stub 
somehow ? 

iksrazal