I am currently trying to create a simple front end app which connects
to a 3rd party API made for some backup software. The API accepts HTTP
post data and generates its responses in XML.

I have built a simple app with a HTTP service which posts data to the
api and processes the responses.

The application runs fine from my local machine and I get a response
from the HTTPService (the status bar also gives the "Transferring data
from..." mesage. However when I upload the application to the live
server it doesn't seem to be connecting and I get no response or errors.

I have tested this on 3 servers all running IIS and windows 2003 these
servers are in 3 seperate datacentres.

Can anyone shed any light on this.

Thanks

Reply via email to