blob: efaeeb062ac450720918c8e0d0b4d151697f7a43 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://tempuri.org/ImportSchemaWithWSDLImport/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ImportSchemaWithWSDLImport" targetNamespace="http://tempuri.org/ImportSchemaWithWSDLImport/" xmlns:schema="http://www.example.com">
<wsdl:import namespace="http://www.example.com" location="schema.xsd"></wsdl:import>
<wsdl:message name="NewMessage">
<wsdl:part name="NewMessage" element="schema:NewGlobalElement"></wsdl:part>
</wsdl:message>
</wsdl:definitions>