blob: eab89600abe5e173e30d18304e657f364f469b3c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://example.com/ImportEmptyLocation/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="ImportEmptyLocation"
targetNamespace="http://example.com/ImportEmptyLocation/">
<wsdl:import namespace="http://someuri" location=""/>
<wsdl:message name="message">
<wsdl:part name="message" type="xsd:string"></wsdl:part>
</wsdl:message>
</wsdl:definitions>