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