<?xml version="1.0" encoding="utf-8"?>

<wsdl:definitions targetNamespace="urn:icsy:venice:wsdl:test" name="ErroneousDivide"
	xmlns:tns="urn:icsy:venice:wsdl:test"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

	<!-- ========== Import Service Fragment ============ -->

	<wsdl:import namespace="urn:icsy:venice:wsdl:test" location="http://www.v-grid.info/wsdl/test/ErroneousDivide.wsdl"/>

	<!-- ========== SOAP Binding ============ -->

	<wsdl:binding name="ErroneousDivideBinding" type="tns:ErroneousDividePortType">

		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

	</wsdl:binding>

</wsdl:definitions>

