I'm using the Apache XML-RPC modules to make calls to update a Wordpress blog. It's timing out after about 5 seconds with the following:
Something unexpected has occurred. org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Timeout while fetching: http://andrewducker.wordpress.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(XmlRpcSunHttpTransport.java: 99) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java: 152) Now, it works sometimes, but it times out a lot. I'd like to increase the timeout - but I'm not sure how to do this. I was under the impression that the timeout was already higher than 5 seconds. Any ideas? Thanks! Andy -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
