> Hello!
>  
> The problem with "Address already in use: connect" exception for an
> Axis2 client when executing thousends of calls 
> is solved by:
>  
>
> Options options = stub._getServiceClient().getOptions();
>
> options.setProperty(HTTPConstants./REUSE_HTTP_CLIENT/, Boolean./TRUE/);
>  
> So it might be good to change the default value for
> HTTPConstants./REUSE_HTTP_CLIENT/
> to TRUE for the client generated by the wsdl2java tool.
Try to do
stub._getServiceClient().cleanupTransport();

Thanks
Deepal

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

Reply via email to