一个wsdl文件 wsdl
程序员文章站
2022-07-13 12:30:26
...
<wsdl:definitions targetNamespace="http://esb.paraview.cn" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://esb.paraview.cn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://esb.paraview.cn">
<xsd:element name="tibcoRvSend">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="input" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="tibcoRvSendResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="tibcoRvSendResponse">
<wsdl:part name="parameters" element="tns:tibcoRvSendResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="tibcoRvSendRequest">
<wsdl:part name="parameters" element="tns:tibcoRvSend">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="TibcoRVServicePortType">
<wsdl:operation name="tibcoRvSend">
<wsdl:input name="tibcoRvSendRequest" message="tns:tibcoRvSendRequest">
</wsdl:input>
<wsdl:output name="tibcoRvSendResponse" message="tns:tibcoRvSendResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TibcoRVServiceHttpBinding" type="tns:TibcoRVServicePortType">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="tibcoRvSend">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="tibcoRvSendRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="tibcoRvSendResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TibcoRVService">
<wsdl:port name="TibcoRVServiceHttpPort" binding="tns:TibcoRVServiceHttpBinding">
<wsdlsoap:address location="http://localhost:8080/JxMessageService/services/TibcoRVService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://esb.paraview.cn">
<xsd:element name="tibcoRvSend">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="input" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="tibcoRvSendResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="tibcoRvSendResponse">
<wsdl:part name="parameters" element="tns:tibcoRvSendResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="tibcoRvSendRequest">
<wsdl:part name="parameters" element="tns:tibcoRvSend">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="TibcoRVServicePortType">
<wsdl:operation name="tibcoRvSend">
<wsdl:input name="tibcoRvSendRequest" message="tns:tibcoRvSendRequest">
</wsdl:input>
<wsdl:output name="tibcoRvSendResponse" message="tns:tibcoRvSendResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TibcoRVServiceHttpBinding" type="tns:TibcoRVServicePortType">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="tibcoRvSend">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="tibcoRvSendRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="tibcoRvSendResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TibcoRVService">
<wsdl:port name="TibcoRVServiceHttpPort" binding="tns:TibcoRVServiceHttpBinding">
<wsdlsoap:address location="http://localhost:8080/JxMessageService/services/TibcoRVService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
上一篇: [POI 2014]RAJ-Rally
下一篇: table动态添加删除一行