client-side synchronous service invocation

Posted by qkrsppopcmpt on Stack Overflow See other posts from Stack Overflow or by qkrsppopcmpt
Published on 2010-03-30T01:05:50Z Indexed on 2010/03/30 1:13 UTC
Read the original article Hit count: 388

Filed under:
|

I am talking about synchronous on the client side. That means, the service requester is blocking after sending a message to the service.

my question is: is it related to the -a -s parameter of wsdl2java tool, Since -a generate async style code and -s generate sync style code.

Or the client side blocking or not is totally controlled by the client logic?

Thanks

© Stack Overflow or respective owner

Related posts about webservice

Related posts about axis2