<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://servisler.ws.gss.sgk.gov.tr" xmlns:impl="http://servisler.ws.gss.sgk.gov.tr" xmlns:intf="http://servisler.ws.gss.sgk.gov.tr" xmlns:tns2="http://dvo.gss.sgk.gov.tr" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
    <schema targetNamespace="http://dvo.gss.sgk.gov.tr" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <complexType name="OdemeDurumKontrolGirisDVO">
    <sequence>
     <element name="saglikTesisKodu" type="xsd:int"/>
     <element name="takipNo" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="OdemeSorguCevapDVO">
    <sequence>
     <element name="islemBilgileri" nillable="true" type="tns2:ArrayOfIslemFiyatBilgisiDVO"/>
     <element name="toplamTutar" type="xsd:double"/>
     <element name="durum" nillable="true" type="xsd:string"/>
     <element name="hataliKayitlar" nillable="true" type="tns2:ArrayOfOdemeSorguHataBilgisiDVO"/>
     <element name="sonucKodu" nillable="true" type="xsd:string"/>
     <element name="sonucMesaji" nillable="true" type="xsd:string"/>
     <element name="faturaTeslimNo" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="IslemFiyatBilgisiDVO">
    <sequence>
     <element name="islemButKodu" nillable="true" type="xsd:string"/>
     <element name="hizmetSunucuRefNo" nillable="true" type="xsd:string"/>
     <element name="islemSiraNo" nillable="true" type="xsd:string"/>
     <element name="tutar" type="xsd:double"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfIslemFiyatBilgisiDVO">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="IslemFiyatBilgisiDVO" nillable="true" type="tns2:IslemFiyatBilgisiDVO"/>
    </sequence>
   </complexType>
   <complexType name="OdemeSorguHataBilgisiDVO">
    <sequence>
     <element name="islemButKodu" nillable="true" type="xsd:string"/>
     <element name="hataKodu" nillable="true" type="xsd:string"/>
     <element name="hataMesaji" nillable="true" type="xsd:string"/>
     <element name="hizmetSunucuRefNo" nillable="true" type="xsd:string"/>
     <element name="islemSiraNo" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfOdemeSorguHataBilgisiDVO">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="OdemeSorguHataBilgisiDVO" nillable="true" type="tns2:OdemeSorguHataBilgisiDVO"/>
    </sequence>
   </complexType>
  </schema>
    <schema targetNamespace="http://servisler.ws.gss.sgk.gov.tr" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns2="http://dvo.gss.sgk.gov.tr" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://dvo.gss.sgk.gov.tr"/>
   <element name="odemeDurumunuKontrolEtResponse">
    <complexType>
     <sequence>
      <element name="odemeDurumunuKontrolEtReturn" nillable="true" type="tns2:OdemeSorguCevapDVO"/>
     </sequence>
    </complexType>
   </element>
   <element name="odemeDurumunuKontrolEt">
    <complexType>
     <sequence>
      <element name="durumKontrolGiris" nillable="true" type="tns2:OdemeDurumKontrolGirisDVO"/>
     </sequence>
    </complexType>
   </element>
  </schema>
  </wsdl:types>
  <wsdl:message name="odemeDurumunuKontrolEtResponse">
    <wsdl:part element="impl:odemeDurumunuKontrolEtResponse" name="parameters"/>
  </wsdl:message>
  <wsdl:message name="odemeDurumunuKontrolEtRequest">
    <wsdl:part element="impl:odemeDurumunuKontrolEt" name="parameters"/>
  </wsdl:message>
  <wsdl:portType name="OdemeDurumKontrolIslemleri">
    <wsdl:operation name="odemeDurumunuKontrolEt">
      <wsdl:input message="impl:odemeDurumunuKontrolEtRequest" name="odemeDurumunuKontrolEtRequest"/>
      <wsdl:output message="impl:odemeDurumunuKontrolEtResponse" name="odemeDurumunuKontrolEtResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="OdemeDurumKontrolIslemleriSoapBinding" type="impl:OdemeDurumKontrolIslemleri">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="odemeDurumunuKontrolEt">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="odemeDurumunuKontrolEtRequest">
        <wsdlsoap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="odemeDurumunuKontrolEtResponse">
        <wsdlsoap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="OdemeDurumKontrolIslemleriService">
    <wsdl:port binding="impl:OdemeDurumKontrolIslemleriSoapBinding" name="OdemeDurumKontrolIslemleri">
      <wsdlsoap:address location="http://saglik.sgk.gov.tr:80/saglikws/services/OdemeDurumKontrolIslemleri"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>