I am experiencing an error using the sample suds.js from the kitchen sink. When I replace the URL with a custom written C# Web Service everything runs as expected on Android. When I attempt to run the same code on IOS I get a network Timeout. If I setup a break point in my C# web service Android hits it as expected. IOS on the other hand times out as if the web server isn't running. Another note to mention is that if I turn off the web server I get a connection refused instead of a timeout. This leads me to believe its a configuration setting on IIS 7 but I am not sure what to try at this point.
↧