php使用NuSoap产生webservice结合WSDL让asp.net调用(23)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-20 07:53 点击:次
<types>
<xsd:schema targetNamespace="urn:hellowsdl">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="helloRequest">
<part name="name" type="xsd:string" />
</message>
<message name="helloResponse">
<part name="return" type="xsd:string" />
</message>
<portType name="hellowsdlPortType">
<operation name="hello">
<documentation>Says hello to the caller</documentation>
相关新闻>>
- 发表评论
-
- 最新评论 进入详细评论页>>