I have a heavy traffic aspx page calling a web service upon every user`s request as follows.
string uri = \"Path.asmx\"; string soap = \"soap xml string\";
For me the error was misleading. I discovered the true error by testing the errant web service with SoapUI.