Now I want to prefix this with I am unsure whether this should be here or on server fault so I'll post it here to begin with.
We are developing a REST API in Coldfusion 9 which is being hosted on IIS 7 for a client which on certain calls must call another internal webservice. When making these calls from the server that the API is hosted on there are no errors, however when we make the call from a remote machine the following message is returned:
'connection failure. status code unavailable.'
I have googled the issue where the following was suggested as a fix http://www.talkingtree.com/blog/index.cfm/2004/7/28/20040729 but it does not work for me. The following are the notes from my own testing:
- The calls which are causing the issue are a mix of get, put, post and delete.
- The only common part of each call is the talking to the same webservice.
- I am able to call the webservice directly from the places where I make the remote calls to the API from.
- While all the calls make a call to the same webservice they do not all make the same call to the webservice.