<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://orchestrate-by-xquery.com" targetNamespace="http://orchestrate-by-xquery.com">
	<types>
		<xs:schema>
			<xs:import namespace="http://orchestrate-by-xquery.com" schemaLocation="deal_services.xsd"/>
		</xs:schema>
	</types>
	<message name="validate_deal_in_msg">
		<part name="body" element="tns:validate_deal_in_msg"/>
	</message>
	<message name="validate_deal_out_msg">
		<part name="body" element="tns:validate_deal_out_msg"/>
	</message>
	<portType name="PortType1">
		<operation name="validate_deal">
			<input message="tns:validate_deal_in_msg"/>
			<output message="tns:validate_deal_out_msg"/>
		</operation>
	</portType>
	<binding name="Binding1" type="tns:PortType1">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="validate_deal">
			<soap:operation soapAction="http://orchestrate-by-xquery.com"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="deal_services">
		<port name="Port" binding="tns:Binding1">
			<soap:address location="http://ny-intranet-d03.ny.fitchratings.com:9090/soap/deal_services.xqx"/>
		</port>
	</service>
</definitions>
