<?xml version="1.0"?>
<definitions name="kSOAP_Definitions"
    targetNamespace="http://soapinterop.org/"
    xmlns:tns="http://soapinterop.org/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<import
    namespace="http://soapinterop.org/"
    location="http://www.whitemesa.com/interop/InteropTest.wsdl"/>
<import
    namespace="http://soapinterop.org/xsd"
    location="http://www.whitemesa.com/interop/InteropTest.wsdl"/>

<service name="interopLab">
  <port name="interopTestPort"
      binding="tns:InteropTestSoapBinding">
    <soap:address
location="http://kissen.cs.uni-dortmund.de:8080/ksoapinterop"/>
  </port>
</service>

</definitions>
