Client found response content type of 'text/html', but expected 'text/xml'

前端 未结 4 795
逝去的感伤
逝去的感伤 2020-12-20 13:39

I am getting this error:

Client found response content type of \'text/html\', but expected \'text/xml.

I am adding web reference

4条回答
  •  既然无缘
    2020-12-20 13:46

    In your actual code, replace the line:

    searchRequest.AppID = "APP ID you generated from ...";
    

    with the actual AppID, which should be a long alpha-numeric sequence.

提交回复
热议问题