看到你如下回复,我想请教一下,我的webservice在浏览器中正常返回结果,相关描述如下,我如何
在hbuilder 中调用?
POST /PECMWebService.asmx HTTP/1.1
Host: 192.168.1.200
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.chuangyueda.cn/GetPointCurrentValue"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3
你是什么协议的webservice?
如果是基于http的soap协议的话直接用jquery soap调用就行了,基于http的webservice说白了也就是个http请求而已
2015-03-09 12:59
0 个回复