CrystalCracker wrote:
> 
> Using axis 1.4, I generated client stubs from the wsdl url, and I have
> written the client to make the call.
> But this is giving me 
> 
> AxisFault
>  faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.net.SocketTimeoutException: Read timed out
>  faultActor: 
>  faultNode: 
>  faultDetail: 
>       {http://xml.apache.org/axis/}stackTrace:java.net.SocketTimeoutException:
> Read timed out
> 
> I tried doing stub.setTimeOut(6000), but that didnt help either.
> 
> My TestWSBindingImpl.java (which implements service interface) that was
> generated contains methods that return null by default like below. 
> 
> TestWSBindingImpl implements TestServiceInterface{
> public String getTestData(String parameter) throws
> java.rmi.RemoteException, OraIntException {
>         return null;
> }
> 
> Do I need to do anything to it? 
> Any ideas will be highly appreciated.
> 

-- 
View this message in context: 
http://www.nabble.com/java.net.SocketTimeoutException%3A-Read-timed-out-tf3884600.html#a11032698
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to