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

📄 cardmanager.wsdl

📁 精通Jboss——Ejb和Web Services开发精解的随书源代码
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:8080/axis/services/CardManager" xmlns:impl="http://localhost:8080/axis/services/CardManager" xmlns:intf="http://localhost:8080/axis/services/CardManager" 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:types>
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://localhost:8080/axis/services/CardManager">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Card">
    <sequence>
     <element name="address" nillable="true" type="xsd:string"/>
     <element name="name" nillable="true" type="xsd:string"/>
     <element name="phone" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>
   <wsdl:message name="getCardResponse">
      <wsdl:part name="getCardReturn" type="impl:Card"/>
   </wsdl:message>
   <wsdl:message name="storeCardRequest">
      <wsdl:part name="in0" type="impl:Card"/>
   </wsdl:message>
   <wsdl:message name="storeCardResponse">
   </wsdl:message>
   <wsdl:message name="getCardRequest">
      <wsdl:part name="in0" type="xsd:string"/>
   </wsdl:message>
   <wsdl:portType name="CardManager">
      <wsdl:operation name="getCard" parameterOrder="in0">
         <wsdl:input name="getCardRequest" message="impl:getCardRequest"/>
         <wsdl:output name="getCardResponse" message="impl:getCardResponse"/>
      </wsdl:operation>
      <wsdl:operation name="storeCard" parameterOrder="in0">
         <wsdl:input name="storeCardRequest" message="impl:storeCardRequest"/>
         <wsdl:output name="storeCardResponse" message="impl:storeCardResponse"/>
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="CardManagerSoapBinding" type="impl:CardManager">
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="getCard">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="getCardRequest">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/CardManager"/>
         </wsdl:input>
         <wsdl:output name="getCardResponse">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/CardManager"/>
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="storeCard">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="storeCardRequest">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/CardManager"/>
         </wsdl:input>
         <wsdl:output name="storeCardResponse">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/CardManager"/>
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="CardManagerService">
      <wsdl:port name="CardManager" binding="impl:CardManagerSoapBinding">
         <wsdlsoap:address location="http://localhost:8080/axis/services/CardManager"/>
      </wsdl:port>
   </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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