blob: a1f5989f16ac887d45a4bf15ad37a20b84bbb199 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://tempuri.org/ImportingUsingClasspath/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ImportingUsingClasspath" targetNamespace="http://tempuri.org/ImportingUsingClasspath/" xmlns:classpath="http://tempuri.org/ImportedUsingClasspath/">
<wsdl:import namespace="http://tempuri.org/ImportedUsingClasspath/" location="ImportedUsingClasspath.wsdl"></wsdl:import>
<wsdl:portType name="portType">
<wsdl:operation name="operation">
<wsdl:input message="classpath:message"></wsdl:input>
<wsdl:output message="classpath:message"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>