<?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="http://www.glyco.ac.ru/bcsdb/csdb2_server.php" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php">
<types><xsd:schema targetNamespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="publicationData">
  <xsd:all>
   <xsd:element name="id" type="xsd:integer"/>
   <xsd:element name="authors" type="xsd:string"/>
   <xsd:element name="title" type="xsd:string"/>
   <xsd:element name="jour" type="xsd:string"/>
   <xsd:element name="year" type="xsd:int"/>
   <xsd:element name="volume" type="xsd:int"/>
   <xsd:element name="sub_volume" type="xsd:int"/>
   <xsd:element name="page" type="xsd:string"/>
   <xsd:element name="start_page" type="xsd:int"/>
   <xsd:element name="end_page" type="xsd:int"/>
   <xsd:element name="publisher" type="xsd:string"/>
   <xsd:element name="www" type="xsd:string"/>
   <xsd:element name="email" type="xsd:string"/>
   <xsd:element name="institution" type="xsd:string"/>
   <xsd:element name="abstract" type="xsd:string"/>
   <xsd:element name="this" type="xsd:int"/>
   <xsd:element name="PMID" type="xsd:integer"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="structureData">
  <xsd:all>
   <xsd:element name="id" type="xsd:integer"/>
   <xsd:element name="st_record" type="xsd:string"/>
   <xsd:element name="unit_type" type="xsd:string"/>
   <xsd:element name="mw" type="xsd:string"/>
   <xsd:element name="structure_location" type="xsd:string"/>
   <xsd:element name="aglycon_info" type="xsd:string"/>
   <xsd:element name="brytto_formula" type="xsd:string"/>
   <xsd:element name="nmr_1h" type="xsd:string"/>
   <xsd:element name="nmr_13c" type="xsd:string"/>
   <xsd:element name="nmr_t" type="xsd:int"/>
   <xsd:element name="nmr_s" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="infoData">
  <xsd:all>
   <xsd:element name="id" type="xsd:integer"/>
   <xsd:element name="source" type="xsd:string"/>
   <xsd:element name="so_genus" type="xsd:string"/>
   <xsd:element name="so_species" type="xsd:string"/>
   <xsd:element name="so_strain" type="xsd:string"/>
   <xsd:element name="trivial_name" type="xsd:string"/>
   <xsd:element name="methods" type="xsd:string"/>
   <xsd:element name="bio_activity" type="xsd:string"/>
   <xsd:element name="source_enzymes" type="xsd:string"/>
   <xsd:element name="avail_for_biosynt" type="xsd:string"/>
   <xsd:element name="avail_for_chemical" type="xsd:string"/>
   <xsd:element name="bio_synthesis" type="xsd:string"/>
   <xsd:element name="keywords" type="xsd:string"/>
   <xsd:element name="comments" type="xsd:string"/>
   <xsd:element name="avail_for_3d" type="xsd:string"/>
   <xsd:element name="related" type="xsd:string"/>
   <xsd:element name="ca_access" type="xsd:string"/>
   <xsd:element name="ca_subst" type="xsd:string"/>
   <xsd:element name="patent" type="xsd:string"/>
   <xsd:element name="ref_prutDB" type="xsd:string"/>
   <xsd:element name="ref_specDB" type="xsd:string"/>
   <xsd:element name="ref_DB" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="internalData">
  <xsd:all>
   <xsd:element name="id" type="xsd:integer"/>
   <xsd:element name="submitted_by" type="xsd:string"/>
   <xsd:element name="last_update" type="xsd:date"/>
   <xsd:element name="refmanid1" type="xsd:string"/>
   <xsd:element name="refmanid2" type="xsd:string"/>
   <xsd:element name="error_comment" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="allData">
  <xsd:all>
   <xsd:element name="ID" type="xsd:integer"/>
   <xsd:element name="NOW_BEING_DEBUGGED" type="xsd:string"/>
   <xsd:element name="PrimaryPaper" type="tns:publicationData"/>
   <xsd:element name="Structure" type="tns:structureData"/>
   <xsd:element name="Information" type="tns:infoData"/>
   <xsd:element name="Internal" type="tns:internalData"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="similarityData">
  <xsd:all>
   <xsd:element name="ID" type="xsd:integer"/>
   <xsd:element name="struc" type="xsd:string"/>
   <xsd:element name="nmr" type="xsd:string"/>
   <xsd:element name="similarity" type="xsd:double"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="tArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="tArrayArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:tArray[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="similarityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:similarityData[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="idList">
  <xsd:all>
   <xsd:element name="IDs" type="tns:tArray"/>
   <xsd:element name="Error" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="predictedSpc">
  <xsd:all>
   <xsd:element name="names" type="tns:tArray"/>
   <xsd:element name="linkages" type="tns:tArray"/>
   <xsd:element name="consistencies" type="tns:tArray"/>
   <xsd:element name="consistency" type="xsd:double"/>
   <xsd:element name="subspectra" type="tns:tArrayArray"/>
   <xsd:element name="free_subspc" type="tns:tArrayArray"/>
   <xsd:element name="full_spc" type="tns:tArray"/>
   <xsd:element name="warnings" type="tns:tArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_idRequestType">
  <xsd:all>
   <xsd:element name="ID" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_idResponseType">
  <xsd:all>
   <xsd:element name="data" type="tns:allData"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_id_glydeRequestType">
  <xsd:all>
   <xsd:element name="ID" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_id_glydeResponseType">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_id_pubmedRequestType">
  <xsd:all>
   <xsd:element name="ID" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_id_pubmedResponseType">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_ssRequestType">
  <xsd:all>
   <xsd:element name="SS" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_ssResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:idList"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_esRequestType">
  <xsd:all>
   <xsd:element name="ES" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_esResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:idList"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_bibRequestType">
  <xsd:all>
   <xsd:element name="Bibliography" type="xsd:string"/>
   <xsd:element name="Terms" type="tns:tArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_bibResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:idList"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_bib_directRequestType">
  <xsd:all>
   <xsd:element name="Authors" type="tns:tArray"/>
   <xsd:element name="Terms" type="tns:tArray"/>
   <xsd:element name="Use_abstract" type="xsd:int"/>
   <xsd:element name="Journal" type="xsd:string"/>
   <xsd:element name="Year" type="xsd:string"/>
   <xsd:element name="Volume" type="xsd:string"/>
   <xsd:element name="Startpage" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_bib_directResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:idList"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_kwRequestType">
  <xsd:all>
   <xsd:element name="Terms" type="tns:tArray"/>
   <xsd:element name="Use_bibliography" type="xsd:int"/>
   <xsd:element name="Allow_variations" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_kwResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:idList"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_nmrRequestType">
  <xsd:all>
   <xsd:element name="CS" type="xsd:string"/>
   <xsd:element name="limit" type="xsd:string"/>
   <xsd:element name="nucl" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_nmrResponseType">
  <xsd:all>
   <xsd:element name="data" type="tns:similarityArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_taxidRequestType">
  <xsd:all>
   <xsd:element name="taxid" type="xsd:integer" /> 
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="explore_csdb2_taxidResponseType">
  <xsd:all>
   <xsd:element name="data" type="tns:idList" /> 
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="glyde2csdbRequestType">
  <xsd:all>
   <xsd:element name="glyde" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="glyde2csdbResponseType">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="csdb2glydeRequestType">
  <xsd:all>
   <xsd:element name="CODE" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="csdb2glydeResponseType">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="expand_csdb2_codeRequestType">
  <xsd:all>
   <xsd:element name="CODE" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="expand_csdb2_codeResponseType">
  <xsd:all>
   <xsd:element name="data" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="predict_c13RequestType">
  <xsd:all>
   <xsd:element name="ES" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="predict_c13ResponseType">
  <xsd:all>
   <xsd:element name="IDs" type="tns:predictedSpc"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:element name="explore_csdb2_id" type="tns:explore_csdb2_idRequestType"/>
 <xsd:element name="explore_csdb2_idResponse" type="tns:explore_csdb2_idResponseType"/>
 <xsd:element name="explore_csdb2_id_glyde" type="tns:explore_csdb2_id_glydeRequestType"/>
 <xsd:element name="explore_csdb2_id_glydeResponse" type="tns:explore_csdb2_id_glydeResponseType"/>
 <xsd:element name="explore_csdb2_id_pubmed" type="tns:explore_csdb2_id_pubmedRequestType"/>
 <xsd:element name="explore_csdb2_id_pubmedResponse" type="tns:explore_csdb2_id_pubmedResponseType"/>
 <xsd:element name="explore_csdb2_ss" type="tns:explore_csdb2_ssRequestType"/>
 <xsd:element name="explore_csdb2_ssResponse" type="tns:explore_csdb2_ssResponseType"/>
 <xsd:element name="explore_csdb2_es" type="tns:explore_csdb2_esRequestType"/>
 <xsd:element name="explore_csdb2_esResponse" type="tns:explore_csdb2_esResponseType"/>
 <xsd:element name="explore_csdb2_bib" type="tns:explore_csdb2_bibRequestType"/>
 <xsd:element name="explore_csdb2_bibResponse" type="tns:explore_csdb2_bibResponseType"/>
 <xsd:element name="explore_csdb2_bib_direct" type="tns:explore_csdb2_bib_directRequestType"/>
 <xsd:element name="explore_csdb2_bib_directResponse" type="tns:explore_csdb2_bib_directResponseType"/>
 <xsd:element name="explore_csdb2_kw" type="tns:explore_csdb2_kwRequestType"/>
 <xsd:element name="explore_csdb2_kwResponse" type="tns:explore_csdb2_kwResponseType"/>
 <xsd:element name="explore_csdb2_nmr" type="tns:explore_csdb2_nmrRequestType"/>
 <xsd:element name="explore_csdb2_nmrResponse" type="tns:explore_csdb2_nmrResponseType"/>
 <xsd:element name="explore_csdb2_taxid" type="tns:explore_csdb2_taxidRequestType"/>
 <xsd:element name="explore_csdb2_taxidResponse" type="tns:explore_csdb2_taxidResponseType"/>
 <xsd:element name="glyde2csdb" type="tns:glyde2csdbRequestType"/>
 <xsd:element name="glyde2csdbResponse" type="tns:glyde2csdbResponseType"/>
 <xsd:element name="csdb2glyde" type="tns:csdb2glydeRequestType"/>
 <xsd:element name="csdb2glydeResponse" type="tns:csdb2glydeResponseType"/>
 <xsd:element name="expand_csdb2_code" type="tns:expand_csdb2_codeRequestType"/>
 <xsd:element name="expand_csdb2_codeResponse" type="tns:expand_csdb2_codeResponseType"/>
 <xsd:element name="predict_c13" type="tns:predict_c13RequestType"/>
 <xsd:element name="predict_c13Response" type="tns:predict_c13ResponseType"/>
</xsd:schema>
</types>
<message name="explore_csdb2_idRequest"><part name="parameters" element="tns:explore_csdb2_id" /></message>
<message name="explore_csdb2_idResponse"><part name="parameters" element="tns:explore_csdb2_idResponse" /></message>
<message name="explore_csdb2_id_glydeRequest"><part name="parameters" element="tns:explore_csdb2_id_glyde" /></message>
<message name="explore_csdb2_id_glydeResponse"><part name="parameters" element="tns:explore_csdb2_id_glydeResponse" /></message>
<message name="explore_csdb2_id_pubmedRequest"><part name="parameters" element="tns:explore_csdb2_id_pubmed" /></message>
<message name="explore_csdb2_id_pubmedResponse"><part name="parameters" element="tns:explore_csdb2_id_pubmedResponse" /></message>
<message name="explore_csdb2_ssRequest"><part name="parameters" element="tns:explore_csdb2_ss"/>	</message>
<message name="explore_csdb2_ssResponse"><part name="parameters" element="tns:explore_csdb2_ssResponse"/></message>
<message name="explore_csdb2_esRequest"><part name="parameters" element="tns:explore_csdb2_es" /></message>
<message name="explore_csdb2_esResponse"><part name="parameters" element="tns:explore_csdb2_esResponse" /></message>
<message name="explore_csdb2_bibRequest"><part name="parameters" element="tns:explore_csdb2_bib" /></message>
<message name="explore_csdb2_bibResponse"><part name="parameters" element="tns:explore_csdb2_bibResponse" /></message>
<message name="explore_csdb2_bib_directRequest"><part name="parameters" element="tns:explore_csdb2_bib_direct" /></message>
<message name="explore_csdb2_bib_directResponse"><part name="parameters" element="tns:explore_csdb2_bib_directResponse" /></message>
<message name="explore_csdb2_kwRequest"><part name="parameters" element="tns:explore_csdb2_kw" /></message>
<message name="explore_csdb2_kwResponse"><part name="parameters" element="tns:explore_csdb2_kwResponse" /></message>
<message name="explore_csdb2_nmrRequest"><part name="parameters" element="tns:explore_csdb2_nmr" /></message>
<message name="explore_csdb2_nmrResponse"><part name="parameters" element="tns:explore_csdb2_nmrResponse" /></message>
<message name="explore_csdb2_taxidRequest"><part name="parameters" element="tns:explore_csdb2_taxid" /></message>
<message name="explore_csdb2_taxidResponse"><part name="parameters" element="tns:explore_csdb2_taxidResponse" /></message>
<message name="glyde2csdbRequest"><part name="parameters" element="tns:glyde2csdb" /></message>
<message name="glyde2csdbResponse"><part name="parameters" element="tns:glyde2csdbResponse" /></message>
<message name="csdb2glydeRequest"><part name="parameters" element="tns:csdb2glyde" /></message>
<message name="csdb2glydeResponse"><part name="parameters" element="tns:csdb2glydeResponse" /></message>
<message name="expand_csdb2_codeRequest"><part name="parameters" element="tns:expand_csdb2_code"/></message>
<message name="expand_csdb2_codeResponse"><part name="parameters" element="tns:expand_csdb2_codeResponse"/>	</message>
<message name="predict_c13Request"><part name="parameters" element="tns:predict_c13" /></message>
<message name="predict_c13Response"><part name="parameters" element="tns:predict_c13Response" /></message>
<portType name="csdb2_serverPortType">
 <operation name="explore_csdb2_id">
  <documentation>Returns the BCSDB data for the given ID</documentation>
  <input message="tns:explore_csdb2_idRequest"/>
  <output message="tns:explore_csdb2_idResponse"/></operation>
 <operation name="explore_csdb2_id_glyde">
  <documentation>Returns the GLYDE-encoded structure for the given ID</documentation>
  <input message="tns:explore_csdb2_id_glydeRequest"/>
  <output message="tns:explore_csdb2_id_glydeResponse"/></operation>
 <operation name="explore_csdb2_id_pubmed">
  <documentation>Returns the Pubmed XML-encoded bibliography for the given ID</documentation>
  <input message="tns:explore_csdb2_id_pubmedRequest"/>
  <output message="tns:explore_csdb2_id_pubmedResponse"/></operation>
 <operation name="explore_csdb2_es">
  <documentation>Returns the BCSDB IDs for the given structure (exact)</documentation>
  <input message="tns:explore_csdb2_esRequest"/>
  <output message="tns:explore_csdb2_esResponse"/></operation>
 <operation name="explore_csdb2_bib">
  <documentation>Returns the BCSDB IDs for the given PubMedXML-encoded bibliographic data</documentation>
  <input message="tns:explore_csdb2_bibRequest"/>
  <output message="tns:explore_csdb2_bibResponse"/></operation>
 <operation name="explore_csdb2_bib_direct">
  <documentation>Returns the BCSDB IDs for the given direct bibliographic data</documentation>
  <input message="tns:explore_csdb2_bib_directRequest"/>
  <output message="tns:explore_csdb2_bib_directResponse"/></operation>
 <operation name="explore_csdb2_kw">
  <documentation>Returns the BCSDB IDs for the given keyword data</documentation>
  <input message="tns:explore_csdb2_kwRequest"/>
  <output message="tns:explore_csdb2_kwResponse"/></operation>
 <operation name="explore_csdb2_nmr">
  <documentation>Returns the similar record IDs and other information for the given NMR subspectrum data</documentation>
  <input message="tns:explore_csdb2_nmrRequest"/>
  <output message="tns:explore_csdb2_nmrResponse"/></operation>
 <operation name="explore_csdb2_taxid">
  <documentation>Returns the BCSDB IDs for the given NCBI TaxID of microorganism</documentation> 
  <input message="tns:explore_csdb2_taxidRequest" /> 
  <output message="tns:explore_csdb2_taxidResponse" /> 
 </operation>
 <operation name="glyde2csdb">
  <documentation>Parses GLYDE data to BCSDB linear encoding</documentation>
  <input message="tns:glyde2csdbRequest"/>
  <output message="tns:glyde2csdbResponse"/></operation>
 <operation name="csdb2glyde">
  <documentation>Parses BCSDB linear encoding data to GLYDE</documentation>
  <input message="tns:csdb2glydeRequest"/>
  <output message="tns:csdb2glydeResponse"/></operation>
<operation name="predict_c13">
  <documentation>Predicts 13C NMR assignment table for the given structure</documentation>
  <input message="tns:predict_c13Request"/>
  <output message="tns:predict_c13Response"/></operation>
</portType>
<portType name="csdb2_serverPortType2">
 <operation name="explore_csdb2_ss">
  <documentation>Returns the BCSDB IDs for the given substructure</documentation>
  <input message="tns:explore_csdb2_ssRequest"/>
  <output message="tns:explore_csdb2_ssResponse"/>
 </operation>
 <operation name="expand_csdb2_code">
  <documentation>Parses BCSDB linear encoding data to 2D JUPAC multiline string</documentation>
  <input message="tns:expand_csdb2_codeRequest"/>
  <output message="tns:expand_csdb2_codeResponse"/>
 </operation>
</portType>
<binding name="csdb2_serverBinding" type="tns:csdb2_serverPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="explore_csdb2_id"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_id" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_id_glyde"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_id_glyde" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_id_pubmed"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_id_pubmed" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_es"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_es" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_bib"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_bib" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_bib_direct"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_bib_direct" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_kw"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_kw" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_nmr"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_nmr" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="explore_csdb2_taxid"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#explore_csdb2_taxid" style="document" /> 
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php" /></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php" /></output>
 </operation>
 <operation name="glyde2csdb"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#glyde2csdb" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="csdb2glyde"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#csdb2glyde" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
 <operation name="predict_c13"><soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/csdb2_server.php#predict_c13" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/csdb2_server.php"/></output></operation>
</binding>
<binding name="csdb2_serverBinding2" type="tns:csdb2_serverPortType2">
 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="expand_csdb2_code">
  <soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi#expand_csdb2_code" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi"/></output>
 </operation>
 <operation name="explore_csdb2_ss">
  <soap:operation soapAction="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi#explore_csdb2_ss" style="document"/>
  <input><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi"/></input>
  <output><soap:body use="literal" namespace="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi"/></output>
 </operation>
</binding>
<service name="csdb2_server">
 <port name="csdb2_serverPort" binding="tns:csdb2_serverBinding">
  <soap:address location="http://localhost/carbbank/site/csdb2_server.php"/>
 </port>
 <port name="csdb2_serverPort2" binding="tns:csdb2_serverBinding2">
  <soap:address location="http://www.glyco.ac.ru/bcsdb/cgi-csdb/csdb2_server.cgi"/>
 </port>
</service>
</definitions>
