<?xml version="1.0" encoding="UTF-8"?>
<definitions name="geniatagger"
 targetNamespace="urn:geniatagger"
 xmlns:tns="urn:geniatagger"
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:ns="urn:geniatagger"
 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
 xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
 xmlns="http://schemas.xmlsoap.org/wsdl/">

<types>

 <schema targetNamespace="urn:geniatagger"
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:ns="urn:geniatagger"
  xmlns="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="unqualified"
  attributeFormDefault="unqualified">
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 </schema>

</types>

<message name="request-tagged-documentRequest">
 <part name="line" type="xsd:string"/>
</message>

<message name="request-tagged-documentResponse">
 <part name="postagged" type="xsd:string"/>
</message>

<portType name="geniataggerPortType">
 <operation name="request-tagged-document">
  <documentation>Service definition of function ns__request_tagged_document</documentation>
  <input message="tns:request-tagged-documentRequest"/>
  <output message="tns:request-tagged-documentResponse"/>
 </operation>
</portType>

<binding name="geniatagger" type="tns:geniataggerPortType">
 <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="request-tagged-document">
  <SOAP:operation style="rpc" soapAction=""/>
  <input>
     <SOAP:body use="encoded" namespace="urn:geniatagger" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </input>
  <output>
     <SOAP:body use="encoded" namespace="urn:geniatagger" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  </output>
 </operation>
</binding>

<service name="geniatagger">
 <documentation>gSOAP 2.7.9d generated service definition</documentation>
 <port name="geniatagger" binding="tns:geniatagger">
  <SOAP:address location="http://nactem.mc.man.ac.uk/software/geniatagger/webservice/geniatagger.cgi"/>
 </port>
</service>

</definitions>

