<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.reflectionit.nl/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.reflectionit.nl/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Html2Xml webservice takes an Html text or an Url of a page and converts it into a well-formed Xml. The Html2Xml WebServices is created by &lt;a href=http://www.reflectionit.nl&gt;Reflection IT&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Read &lt;a href=http://www.reflectionit.nl/Html2Xml.asp&gt;documentation&lt;/a&gt;.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.reflectionit.nl/webservices/">
      <s:element name="Url2XmlNode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="urlAddress" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Url2XmlNodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Url2XmlNodeResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HtmlString2XmlNode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="html" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HtmlString2XmlNodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HtmlString2XmlNodeResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Url2XmlString">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="urlAddress" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Url2XmlStringResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Url2XmlStringResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HtmlString2XmlString">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="html" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HtmlString2XmlStringResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HtmlString2XmlStringResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VersionInfo">
        <s:complexType />
      </s:element>
      <s:element name="VersionInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VersionInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportStatistics">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportStatisticsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportStatisticsResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="DataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:element ref="s:schema" />
            <s:any />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="Url2XmlNodeSoapIn">
    <wsdl:part name="parameters" element="tns:Url2XmlNode" />
  </wsdl:message>
  <wsdl:message name="Url2XmlNodeSoapOut">
    <wsdl:part name="parameters" element="tns:Url2XmlNodeResponse" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeSoapIn">
    <wsdl:part name="parameters" element="tns:HtmlString2XmlNode" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeSoapOut">
    <wsdl:part name="parameters" element="tns:HtmlString2XmlNodeResponse" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringSoapIn">
    <wsdl:part name="parameters" element="tns:Url2XmlString" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringSoapOut">
    <wsdl:part name="parameters" element="tns:Url2XmlStringResponse" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringSoapIn">
    <wsdl:part name="parameters" element="tns:HtmlString2XmlString" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringSoapOut">
    <wsdl:part name="parameters" element="tns:HtmlString2XmlStringResponse" />
  </wsdl:message>
  <wsdl:message name="VersionInfoSoapIn">
    <wsdl:part name="parameters" element="tns:VersionInfo" />
  </wsdl:message>
  <wsdl:message name="VersionInfoSoapOut">
    <wsdl:part name="parameters" element="tns:VersionInfoResponse" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsSoapIn">
    <wsdl:part name="parameters" element="tns:ReportStatistics" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsSoapOut">
    <wsdl:part name="parameters" element="tns:ReportStatisticsResponse" />
  </wsdl:message>
  <wsdl:message name="Url2XmlNodeHttpGetIn">
    <wsdl:part name="urlAddress" type="s:string" />
  </wsdl:message>
  <wsdl:message name="Url2XmlNodeHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeHttpGetIn">
    <wsdl:part name="html" type="s:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringHttpGetIn">
    <wsdl:part name="urlAddress" type="s:string" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringHttpGetIn">
    <wsdl:part name="html" type="s:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="VersionInfoHttpGetIn" />
  <wsdl:message name="VersionInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsHttpGetIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="Url2XmlNodeHttpPostIn">
    <wsdl:part name="urlAddress" type="s:string" />
  </wsdl:message>
  <wsdl:message name="Url2XmlNodeHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeHttpPostIn">
    <wsdl:part name="html" type="s:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlNodeHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringHttpPostIn">
    <wsdl:part name="urlAddress" type="s:string" />
  </wsdl:message>
  <wsdl:message name="Url2XmlStringHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringHttpPostIn">
    <wsdl:part name="html" type="s:string" />
  </wsdl:message>
  <wsdl:message name="HtmlString2XmlStringHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="VersionInfoHttpPostIn" />
  <wsdl:message name="VersionInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsHttpPostIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ReportStatisticsHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:portType name="Html2XmlServicesSoap">
    <wsdl:operation name="Url2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a XmlNode. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlNodeSoapIn" />
      <wsdl:output message="tns:Url2XmlNodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a XmlNode.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlNodeSoapIn" />
      <wsdl:output message="tns:HtmlString2XmlNodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a Xml string. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlStringSoapIn" />
      <wsdl:output message="tns:Url2XmlStringSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a Xml string.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlStringSoapIn" />
      <wsdl:output message="tns:HtmlString2XmlStringSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Returns the web service name, current version, date and copyright information. </wsdl:documentation>
      <wsdl:input message="tns:VersionInfoSoapIn" />
      <wsdl:output message="tns:VersionInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Private: Return usage statistics, this operation requires a Key.</wsdl:documentation>
      <wsdl:input message="tns:ReportStatisticsSoapIn" />
      <wsdl:output message="tns:ReportStatisticsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="Html2XmlServicesHttpGet">
    <wsdl:operation name="Url2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a XmlNode. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlNodeHttpGetIn" />
      <wsdl:output message="tns:Url2XmlNodeHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a XmlNode.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlNodeHttpGetIn" />
      <wsdl:output message="tns:HtmlString2XmlNodeHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a Xml string. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlStringHttpGetIn" />
      <wsdl:output message="tns:Url2XmlStringHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a Xml string.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlStringHttpGetIn" />
      <wsdl:output message="tns:HtmlString2XmlStringHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Returns the web service name, current version, date and copyright information. </wsdl:documentation>
      <wsdl:input message="tns:VersionInfoHttpGetIn" />
      <wsdl:output message="tns:VersionInfoHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Private: Return usage statistics, this operation requires a Key.</wsdl:documentation>
      <wsdl:input message="tns:ReportStatisticsHttpGetIn" />
      <wsdl:output message="tns:ReportStatisticsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="Html2XmlServicesHttpPost">
    <wsdl:operation name="Url2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a XmlNode. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlNodeHttpPostIn" />
      <wsdl:output message="tns:Url2XmlNodeHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a XmlNode.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlNodeHttpPostIn" />
      <wsdl:output message="tns:HtmlString2XmlNodeHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html page with the given Url to a Xml string. Url example: http://www.reflectionit.nl</wsdl:documentation>
      <wsdl:input message="tns:Url2XmlStringHttpPostIn" />
      <wsdl:output message="tns:Url2XmlStringHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Convert the Html string to a Xml string.</wsdl:documentation>
      <wsdl:input message="tns:HtmlString2XmlStringHttpPostIn" />
      <wsdl:output message="tns:HtmlString2XmlStringHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Public: Returns the web service name, current version, date and copyright information. </wsdl:documentation>
      <wsdl:input message="tns:VersionInfoHttpPostIn" />
      <wsdl:output message="tns:VersionInfoHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Private: Return usage statistics, this operation requires a Key.</wsdl:documentation>
      <wsdl:input message="tns:ReportStatisticsHttpPostIn" />
      <wsdl:output message="tns:ReportStatisticsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Html2XmlServicesSoap" type="tns:Html2XmlServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Url2XmlNode">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/Url2XmlNode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/HtmlString2XmlNode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/Url2XmlString" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/HtmlString2XmlString" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/VersionInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/ReportStatistics" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="Html2XmlServicesSoap12" type="tns:Html2XmlServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Url2XmlNode">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/Url2XmlNode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/HtmlString2XmlNode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/Url2XmlString" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/HtmlString2XmlString" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/VersionInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/ReportStatistics" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="Html2XmlServicesHttpGet" type="tns:Html2XmlServicesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Url2XmlNode">
      <http:operation location="/Url2XmlNode" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <http:operation location="/HtmlString2XmlNode" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <http:operation location="/Url2XmlString" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <http:operation location="/HtmlString2XmlString" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <http:operation location="/VersionInfo" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <http:operation location="/ReportStatistics" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="Html2XmlServicesHttpPost" type="tns:Html2XmlServicesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Url2XmlNode">
      <http:operation location="/Url2XmlNode" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlNode">
      <http:operation location="/HtmlString2XmlNode" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Url2XmlString">
      <http:operation location="/Url2XmlString" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HtmlString2XmlString">
      <http:operation location="/HtmlString2XmlString" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VersionInfo">
      <http:operation location="/VersionInfo" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportStatistics">
      <http:operation location="/ReportStatistics" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Html2XmlServices">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Html2Xml webservice takes an Html text or an Url of a page and converts it into a well-formed Xml. The Html2Xml WebServices is created by &lt;a href=http://www.reflectionit.nl&gt;Reflection IT&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Read &lt;a href=http://www.reflectionit.nl/Html2Xml.asp&gt;documentation&lt;/a&gt;.</wsdl:documentation>
    <wsdl:port name="Html2XmlServicesSoap" binding="tns:Html2XmlServicesSoap">
      <soap:address location="http://www.html2xml.nl/Services/html2xml/version1/Html2Xml.asmx" />
    </wsdl:port>
    <wsdl:port name="Html2XmlServicesSoap12" binding="tns:Html2XmlServicesSoap12">
      <soap12:address location="http://www.html2xml.nl/Services/html2xml/version1/Html2Xml.asmx" />
    </wsdl:port>
    <wsdl:port name="Html2XmlServicesHttpGet" binding="tns:Html2XmlServicesHttpGet">
      <http:address location="http://www.html2xml.nl/Services/html2xml/version1/Html2Xml.asmx" />
    </wsdl:port>
    <wsdl:port name="Html2XmlServicesHttpPost" binding="tns:Html2XmlServicesHttpPost">
      <http:address location="http://www.html2xml.nl/Services/html2xml/version1/Html2Xml.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>