在线等!很简单的问题,估计是我没有理解透彻!关于webservice
Available Services:
MyService [wsdl]
Generated by XFire ( http://xfire.codehaus.org )
为什么我生成的webservice服务里面没有这个呢??
下面的好像是天气预报的 asmx
POST /WebServices/WeatherWebService.asmx HTTP/1.1
Host: www.webxml.com.cn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://WebXml.com.cn/getWeatherbyCityName"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getWeatherbyCityName xmlns="http://WebXml.com.cn/">
<theCityName>string</theCityName>
</getWeatherbyCityName>
</soap:Body>
</soap:Envelope>
[解决办法]
不懂。。。 飘过,等待高手学习了。。。
[解决办法]
问题不够清晰啊
[解决办法]
首先什么叫webservice,webservice事实上是基于http的服务,所以你写webserver的客户端和写网页小偷的写法一样,拼url,模拟浏览器获连接url,分析返回值。
http://www.webxml.com.cn/zh_cn/index.aspx里有简单的文档的。
[解决办法]
学习了,等待高手。
[解决办法]
在你的webservice地址后面加上?wsdl就可以看到了