500 internal server error at GetResponse()

后端 未结 8 1894
花落未央
花落未央 2020-12-08 10:37

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\";

         


        
8条回答
  •  温柔的废话
    2020-12-08 10:58

    For me the error was misleading. I discovered the true error by testing the errant web service with SoapUI.

提交回复
热议问题