I getting above exception message when invoking a webservice (Axis deployed)

using jaxm Document-style. I get it only once 
that time there is an initialization overhead in the webservice)

I am using either
 
            SOAPConnectionFactory scFactory =
SOAPConnectionFactoryImpl.newInstance();
            SOAPConnection con = scFactory.createConnection();
            message =  con.call(message, endpoint);

 
or 
            SOAPConnection con = new SOAPConnectionImpl();
            message =  con.call(message, endpoint);

and looking for a way to avoid socket read timeout. Thanks,

Shmuel Koller, BMC

Reply via email to