<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:witw="http://www.pacificspirit.com/2005/witw/" xmlns:is="http://nwalsh.com/xmlns/witw-is#" xmlns:wsdl="http://www.w3.org/2004/08/wsdl" xmlns:whttp="http://www.w3.org/2004/08/wsdl/http" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:get="http://nwalsh.com/xmlns/witw-post#" xmlns:ami="http://nwalsh.com/xmlns/witw-ami#">
	<xs:import href="http://norman.walsh.name/2005/02/16/examples/is-reply.xsd"/>
	<xs:import href="./Authoring/wsdl/is-request.xsd"/>
	<xs:import href="http://norman.walsh.name/2005/02/16/examples/ami-reply.xsd"/>
	<xs:import href="http://norman.walsh.name/2005/02/16/examples/ami-request.xsd"/>
	<wsdl:interface name="witw">
		<wsdl:operation name="Name">
			<wsdl:input ref="witw:NameRequest"/>
			<wsdl:output ref="is:is"/>
		</wsdl:operation>
	</wsdl:interface>
	<wsdl:interface name="ami">
		<wsdl:operation name="ami">
			<wsdl:input ref="get:location"/>
			<wsdl:output ref="ami:ami"/>
		</wsdl:operation>
	</wsdl:interface>
	<wsdl:binding name="Name" interface="Name">
		<wsdl:operation ref="witw:Name" whttp:method="GET" whttp:location="{NameRequest}" whttp:inputSerialization="application/x-www-form-urlencoded"/>
	</wsdl:binding>
	<wsdl:binding name="ami" interface="ami">
		<wsdl:operation ref="ami:ami" whttp:method="POST"/>
	</wsdl:binding>
	
	<!-- http://norman.walsh.name/2005/02/witw/is?userid=ndw  -->
	<wsdl:service name="Name" binding="witw:Name" location="http://norman.walsh.name/2005/02/witw"/>
	
	<!-- http://norman.walsh.name/2005/02/witw -->
	<wsdl:service name="ami" binding="witw:ami" location="http://norman.walsh.name/2005/02/witw"/>

</wsdl:definitions>
