⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wp.wsdl

📁 从全新的角度阐述Java程序的异常处理、编码规则和组织结构、内存管理、面向对象的设计与实现、性能调整
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:Demo" xmlns:impl="urn:Demo" xmlns:intf="urn:Demo" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">

   <wsdl:message name="setPriceRequest">

      <wsdl:part name="in0" type="xsd:string"/>

      <wsdl:part name="in1" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getPriceRequest">

      <wsdl:part name="in0" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getPriceResponse">

      <wsdl:part name="getPriceReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="setPriceResponse">

   </wsdl:message>

   <wsdl:portType name="PhonePrice">

      <wsdl:operation name="setPrice" parameterOrder="in0 in1">

         <wsdl:input name="setPriceRequest" message="impl:setPriceRequest"/>

         <wsdl:output name="setPriceResponse" message="impl:setPriceResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getPrice" parameterOrder="in0">

         <wsdl:input name="getPriceRequest" message="impl:getPriceRequest"/>

         <wsdl:output name="getPriceResponse" message="impl:getPriceResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="PhonePriceSoapBinding" type="impl:PhonePrice">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="setPrice">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="setPriceRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>

         </wsdl:input>

         <wsdl:output name="setPriceResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getPrice">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPriceRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>

         </wsdl:input>

         <wsdl:output name="getPriceResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="PhonePriceService">

      <wsdl:port name="PhonePrice" binding="impl:PhonePriceSoapBinding">

         <wsdlsoap:address location="http://localhost:8080/axis/services/PhonePrice"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -