看下是否有这句话:
xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”
如果是如下就会报以上的错
xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
微信扫一扫
看下是否有这句话:
xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”
如果是如下就会报以上的错
xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
相关推荐