<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="ObtenerTemas">
        <s:complexType />
      </s:element>
      <s:element name="ObtenerTemasResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ObtenerTemasResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ObtenerGlosario">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strPalabra" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strTema" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="pagina" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ObtenerGlosarioResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ObtenerGlosarioResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ObtenerTemasSoapIn">
    <wsdl:part name="parameters" element="tns:ObtenerTemas" />
  </wsdl:message>
  <wsdl:message name="ObtenerTemasSoapOut">
    <wsdl:part name="parameters" element="tns:ObtenerTemasResponse" />
  </wsdl:message>
  <wsdl:message name="ObtenerGlosarioSoapIn">
    <wsdl:part name="parameters" element="tns:ObtenerGlosario" />
  </wsdl:message>
  <wsdl:message name="ObtenerGlosarioSoapOut">
    <wsdl:part name="parameters" element="tns:ObtenerGlosarioResponse" />
  </wsdl:message>
  <wsdl:portType name="ServicioGlosarioSoap">
    <wsdl:operation name="ObtenerTemas">
      <wsdl:input message="tns:ObtenerTemasSoapIn" />
      <wsdl:output message="tns:ObtenerTemasSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ObtenerGlosario">
      <wsdl:input message="tns:ObtenerGlosarioSoapIn" />
      <wsdl:output message="tns:ObtenerGlosarioSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServicioGlosarioSoap" type="tns:ServicioGlosarioSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="ObtenerTemas">
      <soap:operation soapAction="http://tempuri.org/ObtenerTemas" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ObtenerGlosario">
      <soap:operation soapAction="http://tempuri.org/ObtenerGlosario" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ServicioGlosario">
    <wsdl:port name="ServicioGlosarioSoap" binding="tns:ServicioGlosarioSoap">
      <soap:address location="http://www.iiap.org.pe/WSGlosario/ServicioGlosario.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>