Re: [Axis2] Can WSDL2Java generate dual channel client codes for both sync & osync

2006-10-23 Thread Srinath Perera

Look at Axis2 1.1 Userguide
https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html
(Save and view to see it as html)
Look at the second part of "Do a Non-Blocking Invocation"

specifically
stub._getServiceClient().engageModule(new QName("addressing"));
stub._getServiceClient().getOptions().setUseSeparateListener(true);

Please let us know how it goes

Thanks
Srinath

On 10/19/06, falom falom <[EMAIL PROTECTED]> wrote:

Hi,

I tested one simple service using WSDL2Java eclipse plugin to generate java
codes for both sync and osync service communication. I think they are only
for one channel communication(singleBlocking and singleNoneBlocking), is
there a way to also generate codes for dual clients? Does WSDL2Java command
support that?

falom

 
 雅虎免费邮箱-3.5G容量,20M附件





--

Srinath Perera:
  Indiana University, Bloomington
  http://www.cs.indiana.edu/~hperera/
  http://www.bloglines.com/blog/hemapani


Re: [Axis2] Can WSDL2Java generate dual channel client codes for both sync & osync?

2006-10-19 Thread Deepal Jayasinghe
Hi falom ;
It will not generate that , but you can do that very easily.
from the stub you can get serviceClient ,
then set its property to use two channel.

> Hi,
> I tested one simple service using WSDL2Java eclipse plugin to generate
> java codes for both sync and osync service communication. I think they
> are only for one channel communication(singleBlocking and
> singleNoneBlocking), is there a way to also generate codes for dual
> clients? Does WSDL2Java command support that?

No. Well we can do that, pls create a JIAR we can fix that for next
release (not for 1.1)

> falom
>
> 
> 雅虎免费邮箱-3.5G容量,20M附件 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]