<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: terminology-service.wsdl 411 2009-07-21 01:57:47Z radack $
ISO TC 184/SC 4/WG 12 N6663 - ISO/TS Terminology service - Web Services definition
-->
<!--
The following permission notice and disclaimer shall be included in all copies of this Web Services definition ("the Schema"), and derivations of the Schema:

Permission is hereby granted, free of charge in perpetuity, to any person obtaining a copy of the Schema, to use, copy, modify, merge and distribute free of charge, copies of the Schema for the purposes of developing, implementing, installing and using software based on the Schema, and to permit persons to whom the Schema is furnished to do so, subject to the following conditions:

THE SCHEMA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SCHEMA OR THE USE OR OTHER DEALINGS IN THE SCHEMA.

In addition, any modified copy of the Schema shall include the following notice:

THIS SCHEMA HAS BEEN MODIFIED FROM THE SCHEMA DEFINED IN ISO 29002-20, AND SHOULD NOT BE INTERPRETED AS COMPLYING WITH THAT STANDARD.

-->
<wsdl:definitions xmlns:id="urn:iso:std:iso:ts:29002:-5:ed-1:tech:xml-schema:identifier" xmlns:rs_d="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:resolution-service-data" xmlns:ts_d="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:terminology-service-data" xmlns:tsd="urn:iso:std:iso:ts:29002:-6:ed-1:tech:xml-schema:terminology-service-dictionary" xmlns:ts="urn:iso:std:iso:ts:29002:-20:ed-1:tech:web-service:terminology-service" xmlns:os_d="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:ontology-service-data" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:iso:std:iso:ts:29002:-20:ed-1:tech:web-service:terminology-service">
    <wsdl:types>
        <xsd:schema targetNamespace="urn:iso:std:iso:ts:29002:-20:ed-1:tech:web-service:terminology-service">
            <xsd:import namespace="urn:iso:std:iso:ts:29002:-5:ed-1:tech:xml-schema:identifier" schemaLocation="identifier.xsd"/>
            <xsd:import namespace="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:resolution-service-data" schemaLocation="resolution-service-data.xsd"/>
            <xsd:import namespace="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:terminology-service-data" schemaLocation="terminology-service-data.xsd"/>
            <xsd:import namespace="urn:iso:std:iso:ts:29002:-6:ed-1:tech:xml-schema:terminology-service-dictionary" schemaLocation="terminology-service-dictionary.xsd"/>
            <xsd:import namespace="urn:iso:std:iso:ts:29002:-20:ed-1:tech:xml-schema:ontology-service-data" schemaLocation="ontology-service-data.xsd"/>
            <!-- Wrappers -->
            <xsd:element name="get_abbreviation">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="abbreviation_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_abbreviation_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="abbreviation" type="tsd:abbreviation_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept" type="tsd:concept_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_deep">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_ID" type="id:IRDI_type"/>
<xsd:element name="language_ID" type="id:IRDI_sequence_type"/>
<xsd:element name="language_code" type="bas:ISO_language_code_Type"/>
<xsd:element name="country_code" type="bas:ISO_country_code_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_deep_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_type" type="tsd:concept_type_Type"/>
                        <xsd:element name="concept" type="tsd:concept_Type"/>
                        <xsd:element name="term" type="tsd:term_sequence_Type"/>
                        <xsd:element name="definition" type="tsd:definition_sequence_Type"/>
                        <xsd:element name="abbreviation" type="tsd:abbreviation_sequence_Type"/>
<xsd:element name="graphic_representation" type="tsd:graphic_representation_sequence_Type"/>
                        <xsd:element name="symbol" type="tsd:symbol_sequence_Type"/>
                        <xsd:element name="concept_equivalence_relationship" type="tsd:concept_equivalence_relationship_sequence_Type"/>
                        <xsd:element name="language" type="tsd:language_sequence_Type"/>
<xsd:element name="external_file" type="tsd:external_file_sequence_Type"/>
                        <xsd:element name="document" type="tsd:document_sequence_Type"/>
                        <xsd:element name="representation_form" type="os_d:representation_form_sequence_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_equivalence_relationship">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_equivalence_relationship_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_equivalence_relationship_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_equivalence_relationship" type="tsd:concept_equivalence_relationship_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_type">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_type_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_concept_type_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="concept_type" type="tsd:concept_type_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_definition">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="definition_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_definition_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="definition" type="tsd:definition_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_document">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="document_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_document_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="document" type="tsd:document_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
<xsd:element name="get_external_file">
                <xsd:complexType>
                    <xsd:sequence>
<xsd:element name="external_file_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
<xsd:element name="get_external_file_response">
                <xsd:complexType>
                    <xsd:sequence>
<xsd:element name="external_file" type="tsd:external_file_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_graphic_file_URL">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="graphic_file_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_graphic_file_URL_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="content_URL" type="xsd:anyURI"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
<xsd:element name="get_graphic_representation">
                <xsd:complexType>
                    <xsd:sequence>
<xsd:element name="graphic_representation_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
<xsd:element name="get_graphic_representation_response">
                <xsd:complexType>
                    <xsd:sequence>
<xsd:element name="graphic_representation" type="tsd:graphic_representation_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_language">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="language_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_language_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="language" type="tsd:language_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_organization">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="organization_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_organization_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="organization" type="tsd:organization_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_symbol">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="symbol_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_symbol_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="symbol" type="tsd:symbol_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_term">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="term_ID" type="id:IRDI_type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="get_term_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="term" type="tsd:term_Type"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_concept">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_specification" type="ts_d:concept_search_specification_Type"/>
                        <xsd:element name="max_results" type="xsd:integer"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_concept_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_result" type="ts_d:concept_search_result_sequence_Type"/>
                        <xsd:element name="results_truncated" type="xsd:boolean"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_document">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_specification" type="ts_d:document_search_specification_Type"/>
                        <xsd:element name="max_results" type="xsd:integer"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_document_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_result" type="ts_d:document_search_result_sequence_Type"/>
                        <xsd:element name="results_truncated" type="xsd:boolean"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_language">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_specification" type="ts_d:language_search_specification_Type"/>
                        <xsd:element name="max_results" type="xsd:integer"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="search_language_response">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="search_result" type="ts_d:language_search_result_sequence_Type"/>
                        <xsd:element name="results_truncated" type="xsd:boolean"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:schema>
    </wsdl:types>
    <!-- Messages -->
    <wsdl:message name="get_abbreviation_request">
        <wsdl:part name="parameters" element="ts:get_abbreviation"/>
    </wsdl:message>
    <wsdl:message name="get_abbreviation_response">
        <wsdl:part name="parameters" element="ts:get_abbreviation_response"/>
    </wsdl:message>
    <wsdl:message name="get_concept_request">
        <wsdl:part name="parameters" element="ts:get_concept"/>
    </wsdl:message>
    <wsdl:message name="get_concept_response">
        <wsdl:part name="parameters" element="ts:get_concept_response"/>
    </wsdl:message>
    <wsdl:message name="get_concept_deep_request">
        <wsdl:part name="parameters" element="ts:get_concept_deep"/>
    </wsdl:message>
    <wsdl:message name="get_concept_deep_response">
        <wsdl:part name="parameters" element="ts:get_concept_deep_response"/>
    </wsdl:message>
    <wsdl:message name="get_concept_equivalence_relationship_request">
        <wsdl:part name="parameters" element="ts:get_concept_equivalence_relationship"/>
    </wsdl:message>
    <wsdl:message name="get_concept_equivalence_relationship_response">
        <wsdl:part name="parameters" element="ts:get_concept_equivalence_relationship_response"/>
    </wsdl:message>
    <wsdl:message name="get_concept_type_request">
        <wsdl:part name="parameters" element="ts:get_concept_type"/>
    </wsdl:message>
    <wsdl:message name="get_concept_type_response">
        <wsdl:part name="parameters" element="ts:get_concept_type_response"/>
    </wsdl:message>
    <wsdl:message name="get_definition_request">
        <wsdl:part name="parameters" element="ts:get_definition"/>
    </wsdl:message>
    <wsdl:message name="get_definition_response">
        <wsdl:part name="parameters" element="ts:get_definition_response"/>
    </wsdl:message>
    <wsdl:message name="get_document_request">
        <wsdl:part name="parameters" element="ts:get_document"/>
    </wsdl:message>
    <wsdl:message name="get_document_response">
        <wsdl:part name="parameters" element="ts:get_document_response"/>
    </wsdl:message>
<wsdl:message name="get_external_file_request">
<wsdl:part name="parameters" element="ts:get_external_file"/>
    </wsdl:message>
<wsdl:message name="get_external_file_response">
<wsdl:part name="parameters" element="ts:get_external_file_response"/>
    </wsdl:message>
    <wsdl:message name="get_graphic_file_URL_request">
        <wsdl:part name="parameters" element="ts:get_graphic_file_URL"/>
    </wsdl:message>
    <wsdl:message name="get_graphic_file_URL_response">
        <wsdl:part name="parameters" element="ts:get_graphic_file_URL_response"/>
    </wsdl:message>
<wsdl:message name="get_graphic_representation_request">
<wsdl:part name="parameters" element="ts:get_graphic_representation"/>
    </wsdl:message>
<wsdl:message name="get_graphic_representation_response">
<wsdl:part name="parameters" element="ts:get_graphic_representation_response"/>
    </wsdl:message>
    <wsdl:message name="get_language_request">
        <wsdl:part name="parameters" element="ts:get_language"/>
    </wsdl:message>
    <wsdl:message name="get_language_response">
        <wsdl:part name="parameters" element="ts:get_language_response"/>
    </wsdl:message>
    <wsdl:message name="get_organization_request">
        <wsdl:part name="parameters" element="ts:get_organization"/>
    </wsdl:message>
    <wsdl:message name="get_organization_response">
        <wsdl:part name="parameters" element="ts:get_organization_response"/>
    </wsdl:message>
    <wsdl:message name="get_symbol_request">
        <wsdl:part name="parameters" element="ts:get_symbol"/>
    </wsdl:message>
    <wsdl:message name="get_symbol_response">
        <wsdl:part name="parameters" element="ts:get_symbol_response"/>
    </wsdl:message>
    <wsdl:message name="get_term_request">
        <wsdl:part name="parameters" element="ts:get_term"/>
    </wsdl:message>
    <wsdl:message name="get_term_response">
        <wsdl:part name="parameters" element="ts:get_term_response"/>
    </wsdl:message>
    <wsdl:message name="search_concept_request">
        <wsdl:part name="parameters" element="ts:search_concept"/>
    </wsdl:message>
    <wsdl:message name="search_concept_response">
        <wsdl:part name="parameters" element="ts:search_concept_response"/>
    </wsdl:message>
    <wsdl:message name="search_document_request">
        <wsdl:part name="parameters" element="ts:search_document"/>
    </wsdl:message>
    <wsdl:message name="search_document_response">
        <wsdl:part name="parameters" element="ts:search_document_response"/>
    </wsdl:message>
    <wsdl:message name="search_language_request">
        <wsdl:part name="parameters" element="ts:search_language"/>
    </wsdl:message>
    <wsdl:message name="search_language_response">
        <wsdl:part name="parameters" element="ts:search_language_response"/>
    </wsdl:message>
    <!-- Faults -->
    <wsdl:message name="implementation_fault">
        <wsdl:part name="implementation_exception" element="rs_d:implementation_exception"/>
    </wsdl:message>
    <wsdl:message name="invalid_identifier_fault">
        <wsdl:part name="invalid_identifier_exception" element="rs_d:invalid_identifier_exception"/>
    </wsdl:message>
    <wsdl:message name="invalid_pattern_fault">
        <wsdl:part name="invalid_pattern_exception" element="rs_d:invalid_pattern_exception"/>
    </wsdl:message>
    <wsdl:message name="object_not_found_fault">
        <wsdl:part name="object_not_found_exception" element="rs_d:object_not_found_exception"/>
    </wsdl:message>
    <!-- Port Types -->
    <wsdl:portType name="terminology_service">
        <wsdl:operation name="get_abbreviation">
            <wsdl:input message="ts:get_abbreviation_request"/>
            <wsdl:output message="ts:get_abbreviation_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_concept">
            <wsdl:input message="ts:get_concept_request"/>
            <wsdl:output message="ts:get_concept_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_concept_deep">
            <wsdl:input message="ts:get_concept_deep_request"/>
            <wsdl:output message="ts:get_concept_deep_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_concept_equivalence_relationship">
            <wsdl:input message="ts:get_concept_equivalence_relationship_request"/>
            <wsdl:output message="ts:get_concept_equivalence_relationship_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_concept_type">
            <wsdl:input message="ts:get_concept_type_request"/>
            <wsdl:output message="ts:get_concept_type_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_definition">
            <wsdl:input message="ts:get_definition_request"/>
            <wsdl:output message="ts:get_definition_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_document">
            <wsdl:input message="ts:get_document_request"/>
            <wsdl:output message="ts:get_document_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
<wsdl:operation name="get_external_file">
<wsdl:input message="ts:get_external_file_request"/>
<wsdl:output message="ts:get_external_file_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_graphic_file_URL">
            <wsdl:input message="ts:get_graphic_file_URL_request"/>
            <wsdl:output message="ts:get_graphic_file_URL_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
<wsdl:operation name="get_graphic_representation">
<wsdl:input message="ts:get_graphic_representation_request"/>
<wsdl:output message="ts:get_graphic_representation_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_language">
            <wsdl:input message="ts:get_language_request"/>
            <wsdl:output message="ts:get_language_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_organization">
            <wsdl:input message="ts:get_organization_request"/>
            <wsdl:output message="ts:get_organization_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_symbol">
            <wsdl:input message="ts:get_symbol_request"/>
            <wsdl:output message="ts:get_symbol_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="get_term">
            <wsdl:input message="ts:get_term_request"/>
            <wsdl:output message="ts:get_term_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_identifier_fault" message="ts:invalid_identifier_fault"/>
            <wsdl:fault name="object_not_found_fault" message="ts:object_not_found_fault"/>
        </wsdl:operation>
        <wsdl:operation name="search_concept">
            <wsdl:input message="ts:search_concept_request"/>
            <wsdl:output message="ts:search_concept_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_pattern_fault" message="ts:invalid_pattern_fault"/>
        </wsdl:operation>
        <wsdl:operation name="search_document">
            <wsdl:input message="ts:search_document_request"/>
            <wsdl:output message="ts:search_document_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_pattern_fault" message="ts:invalid_pattern_fault"/>
        </wsdl:operation>
        <wsdl:operation name="search_language">
            <wsdl:input message="ts:search_language_request"/>
            <wsdl:output message="ts:search_language_response"/>
            <wsdl:fault name="implementation_fault" message="ts:implementation_fault"/>
            <wsdl:fault name="invalid_pattern_fault" message="ts:invalid_pattern_fault"/>
        </wsdl:operation>
    </wsdl:portType>
</wsdl:definitions>