Newer
Older
casic-production-safety / cxf / wsdl.wsdl
<wsdl:definitions name="MdmService"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                  xmlns:tns="http://webService.service.zsjgl._000000.hussar.jxdinfo.com"
                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                  xmlns:ns1="http://webService.service.zsjgl._000000.hussar.jxdinfo.com"
                  xmlns:xs="http://www.w3.org/2001/XMLSchema"
                  targetNamespace="http://webService.service.zsjgl._000000.hussar.jxdinfo.com">
    <wsdl:types>
        <xs:schema  attributeFormDefault="unqualified" elementFormDefault="unqualified"
                    targetNamespace="http://webService.service.zsjgl._000000.hussar.jxdinfo.com">
            <xs:element name="getMq" type="tns:getMq"/>
            <xs:element name="getMqResponse" type="tns:getMqResponse"/>
            <xs:element name="updateDistributeState" type="tns:updateDistributeState"/>
            <xs:element name="updateDistributeStateResponse" type="tns:updateDistributeStateResponse"/>
            <xs:complexType name="updateDistributeState">
                <xs:sequence>
                    <xs:element minOccurs="0" name="str" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="updateDistributeStateResponse">
                <xs:sequence>
                    <xs:element name="return" type="xs:boolean"/>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="getMq">
                <xs:sequence>
                    <xs:element minOccurs="0" name="mqID" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="getMqResponse">
                <xs:sequence>
                    <xs:element minOccurs="0" name="return" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element name="Exception" type="tns:Exception"/>
            <xs:complexType name="Exception">
                <xs:sequence>
                    <xs:element minOccurs="0" name="message" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="Exception">
        <wsdl:part element="tns:Exception" name="Exception">
        </wsdl:part>
    </wsdl:message>
    <wsdl:message name="getMqResponse">
        <wsdl:part element="ns1:getMqResponse" name="parameters">
        </wsdl:part>
    </wsdl:message>
    <wsdl:message name="updateDistributeState">
        <wsdl:part element="ns1:updateDistributeState" name="parameters">
        </wsdl:part>
    </wsdl:message>
    <wsdl:message name="updateDistributeStateResponse">
        <wsdl:part element="ns1:updateDistributeStateResponse" name="parameters">
        </wsdl:part>
    </wsdl:message>
    <wsdl:message name="getMq">
        <wsdl:part element="ns1:getMq" name="parameters">
        </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="MdmService">
        <wsdl:operation name="updateDistributeState">
            <wsdl:input message="ns1:updateDistributeState" name="updateDistributeState">
            </wsdl:input>
            <wsdl:output message="ns1:updateDistributeStateResponse" name="updateDistributeStateResponse">
            </wsdl:output>
            <wsdl:fault message="ns1:Exception" name="Exception">
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="getMq">
            <wsdl:input message="ns1:getMq" name="getMq">
            </wsdl:input>
            <wsdl:output message="ns1:getMqResponse" name="getMqResponse">
            </wsdl:output>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MdmServiceSoapBinding" type="ns1:MdmService">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="updateDistributeState">
            <soap:operation soapAction="" style="document"/>
            <wsdl:input name="updateDistributeState">
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output name="updateDistributeStateResponse">
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="Exception">
                <soap:fault name="Exception" use="literal"/>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="getMq">
            <soap:operation soapAction="" style="document"/>
            <wsdl:input name="getMq">
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output name="getMqResponse">
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MdmService">
        <wsdl:port binding="tns:MdmServiceSoapBinding" name="MdmWebServiceImplPort">
            <soap:address location="http://192.168.10.2:8088/hussarApi/services/MdmService"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>