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

webservice批改wsdl中的格式

2012-12-15 
webservice修改wsdl中的格式.....wsdl:message nameHelloWorldSoapInwsdl:part nametemp types

webservice修改wsdl中的格式
.....
<wsdl:message name="HelloWorldSoapIn">
  <wsdl:part name="temp" type="s:string" /> 
  </wsdl:message>
改成

<wsdl:message name="HelloWorld">
  <wsdl:part name="temp" type="s:string" /> 
  </wsdl:message>
就成。就是去掉 SOAPIn 谢谢
[解决办法]
有谁知道了?急啊?
[解决办法]
我记得wsdl不是自动生成的吗?
你应该把对应的HelloWorldSoapIn 改称HelloWorld吧?
[解决办法]
在我的webservice中就是HelloWorld,而SoapIn是系统给自动加上去的

热点排行