Saving a document via webservices

Oxygen general issues.
Kasturi999
Posts: 15
Joined: Fri Jan 08, 2010 2:50 pm

Saving a document via webservices

Post 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
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Saving a document via webservices

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Kasturi999
Posts: 15
Joined: Fri Jan 08, 2010 2:50 pm

Re: Saving a document via webservices

Post by Kasturi999 »

I tried setting it to 300 but of no use
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Saving a document via webservices

Post by adrian »

Does it wait for 5 minutes(300 seconds) before returning the same error or does it return it straight-away?

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply