dummy-service.wsdl

来自「bpel执行引擎用来执行bpel业务流程」· WSDL 代码 · 共 160 行

WSDL
160
字号
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"                  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"                  xmlns:ns0="http://axis2.ode.apache.org/xsd"                  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"                  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"                  xmlns:ns1="http://axis2.ode.apache.org"                  xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"                  xmlns:xs="http://www.w3.org/2001/XMLSchema"                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"                  targetNamespace="http://axis2.ode.apache.org">   <wsdl:types>      <xs:schema xmlns:ns="http://axis2.ode.apache.org" attributeFormDefault="qualified"                 elementFormDefault="unqualified" targetNamespace="http://axis2.ode.apache.org">         <xs:element name="DummyException">            <xs:complexType>               <xs:sequence>                   <xs:element minOccurs="0" name="reason" nillable="true" type="xs:string"/>               </xs:sequence>            </xs:complexType>         </xs:element>         <xs:element name="faultTest">            <xs:complexType>               <xs:sequence>                  <xs:element minOccurs="0" name="in" nillable="true" type="xs:string"/>               </xs:sequence>            </xs:complexType>         </xs:element>         <xs:element name="faultTestResponse">            <xs:complexType>               <xs:sequence>                  <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>               </xs:sequence>            </xs:complexType>         </xs:element>         <xs:element name="hello">            <xs:complexType>               <xs:sequence>                  <xs:element minOccurs="0" name="in" nillable="true" type="xs:string"/>               </xs:sequence>            </xs:complexType>         </xs:element>         <xs:element name="helloResponse">            <xs:complexType>               <xs:sequence>                  <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>               </xs:sequence>            </xs:complexType>         </xs:element>      </xs:schema>   </wsdl:types>   <wsdl:message name="faultTestRequest">      <wsdl:part name="parameters" element="ns1:faultTest"/>   </wsdl:message>   <wsdl:message name="faultTestResponse">      <wsdl:part name="parameters" element="ns1:faultTestResponse"/>   </wsdl:message>   <wsdl:message name="DummyException">      <wsdl:part name="parameters" element="ns1:DummyException"/>   </wsdl:message>   <wsdl:message name="helloRequest">      <wsdl:part name="parameters" element="ns1:hello"/>   </wsdl:message>   <wsdl:message name="helloResponse">      <wsdl:part name="parameters" element="ns1:helloResponse"/>   </wsdl:message>   <wsdl:portType name="DummyServicePortType">      <wsdl:operation name="faultTest">         <wsdl:input message="ns1:faultTestRequest" wsaw:Action="urn:faultTest"/>         <wsdl:output message="ns1:faultTestResponse" wsaw:Action="urn:faultTestResponse"/>         <wsdl:fault message="ns1:DummyException" name="DummyException"                     wsaw:Action="urn:faultTestDummyException"/>      </wsdl:operation>      <wsdl:operation name="hello">         <wsdl:input message="ns1:helloRequest" wsaw:Action="urn:hello"/>         <wsdl:output message="ns1:helloResponse" wsaw:Action="urn:helloResponse"/>      </wsdl:operation>   </wsdl:portType>   <wsdl:binding name="DummyServiceSOAP11Binding" type="ns1:DummyServicePortType">      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>      <wsdl:operation name="faultTest">         <soap:operation soapAction="urn:faultTest" style="document"/>         <wsdl:input>            <soap:body use="literal"/>         </wsdl:input>         <wsdl:output>            <soap:body use="literal"/>         </wsdl:output>         <wsdl:fault name="DummyException">            <soap:fault use="literal" name="DummyException"/>         </wsdl:fault>      </wsdl:operation>      <wsdl:operation name="hello">         <soap:operation soapAction="urn:hello" style="document"/>         <wsdl:input>            <soap:body use="literal"/>         </wsdl:input>         <wsdl:output>            <soap:body use="literal"/>         </wsdl:output>      </wsdl:operation>   </wsdl:binding>   <wsdl:binding name="DummyServiceSOAP12Binding" type="ns1:DummyServicePortType">      <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>      <wsdl:operation name="faultTest">         <soap12:operation soapAction="urn:faultTest" style="document"/>         <wsdl:input>            <soap12:body use="literal"/>         </wsdl:input>         <wsdl:output>            <soap12:body use="literal"/>         </wsdl:output>         <wsdl:fault name="DummyException">            <soap12:fault use="literal" name="DummyException"/>         </wsdl:fault>      </wsdl:operation>      <wsdl:operation name="hello">         <soap12:operation soapAction="urn:hello" style="document"/>         <wsdl:input>            <soap12:body use="literal"/>         </wsdl:input>         <wsdl:output>            <soap12:body use="literal"/>         </wsdl:output>      </wsdl:operation>   </wsdl:binding>   <wsdl:binding name="DummyServiceHttpBinding" type="ns1:DummyServicePortType">      <http:binding verb="POST"/>      <wsdl:operation name="faultTest">         <http:operation location="DummyService/faultTest"/>         <wsdl:input>            <mime:content type="text/xml" part="faultTest"/>         </wsdl:input>         <wsdl:output>            <mime:content type="text/xml" part="faultTest"/>         </wsdl:output>      </wsdl:operation>      <wsdl:operation name="hello">         <http:operation location="DummyService/hello"/>         <wsdl:input>            <mime:content type="text/xml" part="hello"/>         </wsdl:input>         <wsdl:output>            <mime:content type="text/xml" part="hello"/>         </wsdl:output>      </wsdl:operation>   </wsdl:binding>   <wsdl:service name="DummyService">      <wsdl:port name="DummyServiceSOAP11port_http" binding="ns1:DummyServiceSOAP11Binding">         <soap:address location="http://localhost:8080/processes/DummyService"/>      </wsdl:port>      <wsdl:port name="DummyServiceSOAP12port_http" binding="ns1:DummyServiceSOAP12Binding">         <soap12:address location="http://localhost:8080/processes/DummyService"/>      </wsdl:port>      <wsdl:port name="DummyServiceHttpport" binding="ns1:DummyServiceHttpBinding">         <http:address location="http://localhost:8080/processes/DummyService"/>      </wsdl:port>   </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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