<?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="urn:www.vrm.lt" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:www.vrm.lt">
<types>
<xsd:schema targetNamespace="urn:www.vrm.lt"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="Paieska">
  <xsd:sequence>
   <xsd:element name="asmens_kodas" type="xsd:long"/>
   <xsd:element name="vardas" type="xsd:string"/>
   <xsd:element name="pavarde" type="xsd:string"/>
   <xsd:element name="gimimo_data" type="xsd:date"/>
   <xsd:element name="lytis" type="xsd:string"/>
   <xsd:element name="paieskos_paskelbimo_data" type="xsd:date"/>
   <xsd:element name="paieskos_kategorija" type="xsd:string"/>
   <xsd:element name="paieskos_iniciatorius" type="xsd:string"/>
   <xsd:element name="bylos_pradzios_data" type="xsd:date" nillable="true"/>
  </xsd:sequence>
 </xsd:complexType>
 <xsd:complexType name="Atsakymas">
  <xsd:sequence>
   <xsd:element name="Paieska" type="tns:Paieska" maxOccurs="unbounded"/>
  </xsd:sequence>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="ieskotiRequest">
  <part name="asm_kodas" type="xsd:long" /></message>
<message name="ieskotiResponse">
  <part name="Atsakymas" type="tns:Atsakymas" /></message>
<portType name="ieskotiwsdlPortType">
  <operation name="ieskoti">
    <documentation>Grazina ieskomo asmens paieskas</documentation>
    <input message="tns:ieskotiRequest"/>
    <output message="tns:ieskotiResponse"/>
  </operation>
</portType>
<binding name="ieskotiwsdlBinding" type="tns:ieskotiwsdlPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="ieskoti">
    <soap:operation soapAction="urn:www.vrm.lt#ieskoti" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:www.vrm.lt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:www.vrm.lt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="ieskotiwsdl">
  <port name="ieskotiwsdlPort" binding="tns:ieskotiwsdlBinding">
    <soap:address location="https://www.ird.lt/iazr/service"/>
  </port>
</service>
</definitions>