首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

!很简单的有关问题,估计是小弟我没有理解透彻!关于webservice

2013-04-21 
在线等!很简单的问题,估计是我没有理解透彻!关于webserviceAvailable Services:MyService [wsdl]Generated

在线等!很简单的问题,估计是我没有理解透彻!关于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就可以看到了

热点排行