<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace=
        "http://www.fluidimagination.com/wsdl/HelloWorldWSDL-impl" 
    xmlns="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:impl="http://www.fluidimagination.com/wsdl/HelloWorldWSDL-impl" 
    xmlns:intf="http://www.fluidimagination.com/wsdl/HelloWorldWSDL" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <wsdl:import namespace=
        "http://www.fluidimagination.com/wsdl/HelloWorldWSDL"/>

   <wsdl:service name="HelloWorldWSDL">

      <wsdl:port binding="intf:HelloWorldWSDLSoapBinding" 
          name="HelloWorldWSDLPort">

         <soap:address/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
