blob: 6a8f47cdce18186b358f23eca5b81ca933a3ae54 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.6 in JDK 6. -->
<definitions targetNamespace="http://ser" name="To" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ser" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<types>
<xsd:schema>
<xsd:import namespace="http://ser" schemaLocation="To_schema1.xsd"/>
</xsd:schema>
</types>
<message name="helloWorld">
<part name="parameters" element="tns:helloWorld"/>
</message>
<message name="helloWorldResponse">
<part name="parameters" element="tns:helloWorldResponse"/>
</message>
<message name="listenToTheWorld">
<part name="parameters" element="tns:listenToTheWorld"/>
</message>
<portType name="To">
<operation name="helloWorld">
<input message="tns:helloWorld"/>
<output message="tns:helloWorldResponse"/>
</operation>
<operation name="listenToTheWorld">
<input message="tns:listenToTheWorld"/>
</operation>
</portType>
</definitions>