nestedarrayservice.wsdl

来自「factorization.zip」· WSDL 代码 · 共 123 行

WSDL
123
字号
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ogsa.globus.org/samples/complex/array" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:gridservicesoapbinding="http://www.gridforum.org/namespaces/2003/03/OGSI/bindings" xmlns:tns="http://ogsa.globus.org/samples/complex/array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <wsdl:import location="../../ogsi/ogsi_bindings.wsdl" namespace="http://www.gridforum.org/namespaces/2003/03/OGSI/bindings"/>
 <wsdl:types>
     <schema targetNamespace="http://ogsa.globus.org/samples/complex/array" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayInnerClass">
    <sequence>
     <element name="i" type="xsd:int"/>
     <element name="s" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOuterClass">
    <sequence>
     <element name="IClasses" nillable="true" type="tns:ArrayOf_ArrayInnerClass"/>
     <element name="field" type="xsd:int"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOf_ArrayInnerClass">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:ArrayInnerClass[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="callRequest">

      <wsdl:part name="in0" type="tns:ArrayOuterClass"/>

   </wsdl:message>

   <wsdl:message name="callResponse">

   </wsdl:message>

   <wsdl:message name="createRequest">

   </wsdl:message>

   <wsdl:message name="createResponse">

      <wsdl:part name="createReturn" type="tns:ArrayOuterClass"/>

   </wsdl:message>

   <wsdl:portType name="ArrayServicePortType">

      <wsdl:operation name="create">

         <wsdl:input message="tns:createRequest" name="createRequest"/>

         <wsdl:output message="tns:createResponse" name="createResponse"/>

      </wsdl:operation>

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

         <wsdl:input message="tns:callRequest" name="callRequest"/>

         <wsdl:output message="tns:callResponse" name="callResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="ArrayServiceSoapBinding" type="tns:ArrayServicePortType">

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

      <wsdl:operation name="create">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="createRequest">

             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ogsa.globus.org/samples/complex/array" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="createResponse">

             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ogsa.globus.org/samples/complex/array" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="call">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="callRequest">

             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ogsa.globus.org/samples/complex/array" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="callResponse">

             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ogsa.globus.org/samples/complex/array" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="NestedArrayService">

      <wsdl:port binding="tns:ArrayServiceSoapBinding" name="NestedArrayService">

         <wsdlsoap:address location="http://localhost/ogsa/services/ArrayService"/>

      </wsdl:port>

      <wsdl:port binding="gridservicesoapbinding:GridServiceSOAPBinding" name="GridServiceSOAPBindingPort"><wsdlsoap:address location="http://localhost/ogsa/services/ArrayService"/></wsdl:port>
  </wsdl:service>

</wsdl:definitions>

⌨️ 快捷键说明

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