Opened 5 years ago
Closed 4 years ago
#76 closed defect (fixed)
iPhone App will not work on Window Enterprise 2003 Server
| Reported by: | lockecraw | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | XML-RPC | Version: | 1.0 iPhone 3G |
| Keywords: | Cc: |
Description
I have installed Word Press at treeleafmusic.com/blog on a Window Enterprise 2003 Server and the Word Press App for iPhone will not work. I get an error "We could not find the XML-RPC service for your blog." I've ran a test on the Windows Server and XML-RPC is running correctly.
I have installed the same blog using the same configuration, minus the same database config, on a OSX 10.5 Leopard Server that uses Apache and the App connected the first time. I believe the Window's server uses IIS 6.0 for its web server. Is there a work around for the App to work on the Windows Sever?
Thank you for you time and help.
Change History (2)
comment:1 Changed 5 years ago by josephscott
comment:2 Changed 4 years ago by jb6262
- Resolution set to fixed
- Status changed from new to closed
I'm going to take a chance and say this is not an issue with the iPhone app. Closing as "invalid" in the sense that there isn't a bug in the iPhone application and also because 6 months without a reply indicates it's no longer an issue...

Something is causing your server to take a very long time to process HTTP POST requests to http://www.treeleafmusic.com/blog/xmlrpc.php, which is what XML-RPC uses. My test requests for the system.listMethods call timed out after nearly 6 minutes and never got a response back. I suspect the iPhone client is just timing out at some point after getting no response from your server.