Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <wsdl:definitions
- name="ProviderTA"
- targetNamespace="http://www.cft.ru/wsdls/ProviderTA"
- xmlns:client="http://www.cft.ru/wsdls/ProviderTA"
- xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:head="http://www.cft.ru/schemas/cit_type"
- >
- <wsdl:types>
- <xs:schema elementFormDefault="unqualified" targetNamespace="http://www.cft.ru/schemas/cit_type" xmlns="http://www.cft.ru/schemas/cit_type">
- <xs:complexType name="GET_MSG">
- <xs:sequence>
- <xs:element name="QUEUE_NAME" type="xs:string"/>
- <xs:element name="MAIN_MSG_ID" type="xs:string"/>
- <xs:element name="IGNORE_MAIN" type="xs:boolean"/>
- <xs:element name="TIME_OUT" type="xs:integer"/>
- </xs:sequence>
- </xs:complexType>
- <xs:element name="request" type="xs:anyType"/>
- <xs:element name="response" type="xs:anyType"/>
- <xs:element name="requestSync" type="xs:anyType"/>
- <xs:element name="responseSync" type="xs:anyType"/>
- <xs:element name="requestGet" type="GET_MSG"/>
- <xs:element name="responseGet" type="xs:anyType"/>
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="MessageRequest">
- <wsdl:part name="request" element="head:request"/>
- </wsdl:message>
- <wsdl:message name="MessageResponse">
- <wsdl:part name="response" element="head:response"/>
- </wsdl:message>
- <wsdl:message name="MessageRequestSync">
- <wsdl:part name="requestSync" element="head:requestSync"/>
- </wsdl:message>
- <wsdl:message name="MessageResponseSync">
- <wsdl:part name="responseSync" element="head:responseSync"/>
- </wsdl:message>
- <wsdl:message name="MessageRequestGet">
- <wsdl:part name="requestGet" element="head:requestGet"/>
- </wsdl:message>
- <wsdl:message name="MessageResponseGet">
- <wsdl:part name="responseGet" element="head:responseGet"/>
- </wsdl:message>
- <wsdl:portType name="ProviderTA_pt">
- <wsdl:operation name="process">
- <wsdl:input message="client:MessageRequest"/>
- <wsdl:output message="client:MessageResponse"/>
- </wsdl:operation>
- <wsdl:operation name="processSync">
- <wsdl:input message="client:MessageRequestSync"/>
- <wsdl:output message="client:MessageResponseSync"/>
- </wsdl:operation>
- <wsdl:operation name="processGet">
- <wsdl:input message="client:MessageRequestGet"/>
- <wsdl:output message="client:MessageResponseGet"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ProviderTASOAPBinding" type="client:ProviderTA_pt">
- <wsaw:UsingAddressing required="true"/>
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="process">
- <soap:operation style="document" soapAction="process"/>
- <wsdl:input>
- <soap:body use="literal" parts="request"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" parts="response"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="processSync">
- <soap:operation style="document" soapAction="processSync"/>
- <wsdl:input>
- <soap:body use="literal" parts="requestSync"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" parts="responseSync"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="processGet">
- <soap:operation style="document" soapAction="processGet"/>
- <wsdl:input>
- <soap:body use="literal" parts="requestGet"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" parts="responseGet"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ProviderTA">
- <wsdl:port name="ProviderTASOAPBindingType" binding="client:ProviderTASOAPBinding">
- <soap:address location="http://10.0.3.31:9001/ProviderTA/ProviderTASOAPBindingType"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment