| <?xml version="1.0" encoding="UTF-8"?> | |
| <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" | |
| xmlns:tns="http://www.example.com" | |
| targetNamespace="http://www.example.com"> | |
| <import location="firstlevel.wsdl" namespace="http://www.example.com"/> | |
| <portType name="TestPortType"> | |
| <operation name="TestOperation"> | |
| <!-- This is located in the first level import --> | |
| <input message="tns:testINPUTmessage"/> | |
| <!-- This is located in the second level import --> | |
| <output message="tns:testOUTPUTmessage"/> | |
| </operation> | |
| </portType> | |
| </definitions> |