blob: 14e3ac9446231aadc1e60b30ef5ab53ef6c64241 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s0="http://www.cocoonhive.org/cocoonbook/2002/" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.cocoonhive.org/cocoonbook/2002/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/
http://schemas.xmlsoap.org/wsdl/">
<message name="HelloWorldHttpGetIn"/>
<message name="HelloWorldHttpGetOut">
<part name="Body" element="html:html"/>
</message>
<portType name="HelloWorldHttpGet">
<operation name="HelloWorld">
<documentation>
Returns "Hello World" in XHTML format.
</documentation>
<input message="s0:HelloWorldHttpGetIn"/>
<output message="s0:HelloWorldHttpGetOut"/>
</operation>
</portType>
<binding name="HelloWorldHttpGet" type="s0:HelloWorldHttpGet">
<http:binding verb="GET"/>
<operation name="HelloWorld">
<http:operation location="hello.service"/>
<input>
<http:urlEncoded/>
</input>
<output>
<mime:mimeXml part="Body"/>
</output>
</operation>
</binding>
<service name="HelloWorld">
<port name="HelloWorldHttpGet" binding="s0:HelloWorldHttpGet">
<http:address location="http://localhost:8888/samples/hello-world/"/>
</port>
</service>
</definitions>