<?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.chemspider.com/" 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.chemspider.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;h3&gt;Please send all feedback to development-at-chemspider-dot-com&lt;/h3&gt;&lt;i&gt;NOTE: Some operations require a "Security Token". To obtain a token please complete the &lt;a href="/Register.aspx"&gt;registration&lt;/a&gt; process. Security Token is listed at &lt;a href="/UserProfile.aspx"&gt;Profile&lt;/a&gt; page.&lt;/i&gt;</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.chemspider.com/">
      <s:element name="Convert">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="what" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fromFormat" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="toFormat" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConvertResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConvertResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ConvertSoapIn">
    <wsdl:part name="parameters" element="tns:Convert" />
  </wsdl:message>
  <wsdl:message name="ConvertSoapOut">
    <wsdl:part name="parameters" element="tns:ConvertResponse" />
  </wsdl:message>
  <wsdl:message name="ConvertHttpGetIn">
    <wsdl:part name="what" type="s:string" />
    <wsdl:part name="fromFormat" type="s:string" />
    <wsdl:part name="toFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ConvertHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ConvertHttpPostIn">
    <wsdl:part name="what" type="s:string" />
    <wsdl:part name="fromFormat" type="s:string" />
    <wsdl:part name="toFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ConvertHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="OpenBabelSoap">
    <wsdl:operation name="Convert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert 'what' stuff from 'fromFormat' to 'toFormat'. For the list of values suitable for formats substitution please visit &lt;a href="http://openbabel.sourceforge.net/wiki/List_of_extensions"&gt;this site&lt;/a&gt;. Returns empty string in case of failure.</wsdl:documentation>
      <wsdl:input message="tns:ConvertSoapIn" />
      <wsdl:output message="tns:ConvertSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="OpenBabelHttpGet">
    <wsdl:operation name="Convert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert 'what' stuff from 'fromFormat' to 'toFormat'. For the list of values suitable for formats substitution please visit &lt;a href="http://openbabel.sourceforge.net/wiki/List_of_extensions"&gt;this site&lt;/a&gt;. Returns empty string in case of failure.</wsdl:documentation>
      <wsdl:input message="tns:ConvertHttpGetIn" />
      <wsdl:output message="tns:ConvertHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="OpenBabelHttpPost">
    <wsdl:operation name="Convert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert 'what' stuff from 'fromFormat' to 'toFormat'. For the list of values suitable for formats substitution please visit &lt;a href="http://openbabel.sourceforge.net/wiki/List_of_extensions"&gt;this site&lt;/a&gt;. Returns empty string in case of failure.</wsdl:documentation>
      <wsdl:input message="tns:ConvertHttpPostIn" />
      <wsdl:output message="tns:ConvertHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="OpenBabelSoap" type="tns:OpenBabelSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Convert">
      <soap:operation soapAction="http://www.chemspider.com/Convert" 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="OpenBabelSoap12" type="tns:OpenBabelSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Convert">
      <soap12:operation soapAction="http://www.chemspider.com/Convert" 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="OpenBabelHttpGet" type="tns:OpenBabelHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Convert">
      <http:operation location="/Convert" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="OpenBabelHttpPost" type="tns:OpenBabelHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Convert">
      <http:operation location="/Convert" />
      <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="OpenBabel">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;h3&gt;Please send all feedback to development-at-chemspider-dot-com&lt;/h3&gt;&lt;i&gt;NOTE: Some operations require a "Security Token". To obtain a token please complete the &lt;a href="/Register.aspx"&gt;registration&lt;/a&gt; process. Security Token is listed at &lt;a href="/UserProfile.aspx"&gt;Profile&lt;/a&gt; page.&lt;/i&gt;</wsdl:documentation>
    <wsdl:port name="OpenBabelSoap" binding="tns:OpenBabelSoap">
      <soap:address location="http://www.chemspider.com/OpenBabel.asmx" />
    </wsdl:port>
    <wsdl:port name="OpenBabelSoap12" binding="tns:OpenBabelSoap12">
      <soap12:address location="http://www.chemspider.com/OpenBabel.asmx" />
    </wsdl:port>
    <wsdl:port name="OpenBabelHttpGet" binding="tns:OpenBabelHttpGet">
      <http:address location="http://www.chemspider.com/OpenBabel.asmx" />
    </wsdl:port>
    <wsdl:port name="OpenBabelHttpPost" binding="tns:OpenBabelHttpPost">
      <http:address location="http://www.chemspider.com/OpenBabel.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>