<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:GeSHi" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:GeSHi">
<types>
<xsd:schema targetNamespace="urn:GeSHi"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="versionRequest"></message>
<message name="versionResponse">
  <part name="response" type="xsd:string" /></message>
<message name="languagesRequest"></message>
<message name="languagesResponse">
  <part name="response" type="xsd:string" /></message>
<message name="highlightRequest">
  <part name="code" type="xsd:string" />
  <part name="lang" type="xsd:string" />
  <part name="line_numbers" type="xsd:boolean" /></message>
<message name="highlightResponse">
  <part name="response" type="xsd:string" /></message>
<portType name="GeSHiPortType">
  <operation name="version">
    <documentation>Returns the webservice &lt;a href='http://qbnz.com/highlighter/'&gt;GeSHi&lt;/a&gt; version.</documentation>
    <input message="tns:versionRequest"/>
    <output message="tns:versionResponse"/>
  </operation>
  <operation name="languages">
    <documentation>Returns the available languages to be used as the &lt;i&gt;lang&lt;/i&gt; parameter.</documentation>
    <input message="tns:languagesRequest"/>
    <output message="tns:languagesResponse"/>
  </operation>
  <operation name="highlight">
    <documentation>Parses the given &lt;i&gt;code&lt;/i&gt; and returns it's &lt;a href='http://qbnz.com/highlighter/'&gt;GeSHi&lt;/a&gt; highlighted version.</documentation>
    <input message="tns:highlightRequest"/>
    <output message="tns:highlightResponse"/>
  </operation>
</portType>
<binding name="GeSHiBinding" type="tns:GeSHiPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="version">
    <soap:operation soapAction="urn:GeSHi#version" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="languages">
    <soap:operation soapAction="urn:GeSHi#languages" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="highlight">
    <soap:operation soapAction="urn:GeSHi#highlight" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:GeSHi" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="GeSHi">
  <port name="GeSHiPort" binding="tns:GeSHiBinding">
    <soap:address location="http://zend.lojcomm.com.br/geshi/index.php"/>
  </port>
</service>
</definitions>