<?xml version="1.0"?>
<definitions name="InteropDIMETest"
	targetNamespace="http://soapinterop.org/attachments/wsdl"
	xmlns="http://schemas.xmlsoap.org/wsdl/"
	xmlns:tns="http://soapinterop.org/attachments/wsdl"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

	<import location="http://www.pocketsoap.com/interop/dime-doc.wsdl" namespace="http://soapinterop.org/attachments/wsdl"/>

	<service name="DimeInteropDocService">

  		<port name="DimeInteropDocTestPort" binding="tns:AttachmentsBinding">
    			<soap:address location="http://www.whitemesa.net/interop/r4/dimedoc"/>
  		</port>

	</service>

</definitions>
