Page 1 of 1

Saving a document via webservices

Posted: Mon May 17, 2010 1:54 pm
by Kasturi999
Hi,

I am trying to save a document in oxygen via webservices. But it is throwing an error
org.apache.axis2.AxisFault: Read timed out
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)
at org.apache.axis2.transport.http.HTTPSender

This is happening only to the large files. Are there any settings in oxygen to increase the file size it handles?

Regards
Jyothi

Re: Saving a document via webservices

Posted: Mon May 17, 2010 2:20 pm
by adrian
Hello,

If it's the file size then it may be a server problem. But I see that the message is of a timeout error. You can try to increase the read timeout value in:
Options -> Preferences -> HTTP(S)/(S)FTP/Proxy Configuration -> Advanced HTTP Settings, Read timeout(s)

The value is in seconds, try 40 or 60 and see if it works any better.

Regards,
Adrian

Re: Saving a document via webservices

Posted: Thu May 27, 2010 5:19 pm
by Kasturi999
I tried setting it to 300 but of no use

Re: Saving a document via webservices

Posted: Thu May 27, 2010 5:26 pm
by adrian
Does it wait for 5 minutes(300 seconds) before returning the same error or does it return it straight-away?

Regards,
Adrian