<?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="TakipGirisDVO">
    <sequence>
     <element name="gidecegiTesisTuru" nillable="true" type="xsd:string"/>
     <element name="saglikTesisKodu" type="xsd:int"/>
     <element name="sevkEdenDrTescilNo" nillable="true" type="xsd:string"/>
     <element name="sevkEdilenBrans" nillable="true" type="xsd:string"/>
     <element name="takipNo" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="TakipCevapDVO">
    <sequence>
     <element name="hastaBilgileri" nillable="true" type="tns2:HastaBilgileriDVO"/>
     <element name="sonucKodu" nillable="true" type="xsd:string"/>
     <element name="sonucMesaji" nillable="true" type="xsd:string"/>
     <element name="takipNo" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="HastaBilgileriDVO">
    <sequence>
     <element name="ad" nillable="true" type="xsd:string"/>
     <element name="cinsiyet" nillable="true" type="xsd:string"/>
     <element name="dogumTarihi" nillable="true" type="xsd:string"/>
     <element name="karneNo" nillable="true" type="xsd:string"/>
     <element name="sosyalGuvenlikNo" nillable="true" type="xsd:string"/>
     <element name="soyad" nillable="true" type="xsd:string"/>
     <element name="tcKimlikNo" nillable="true" type="xsd:string"/>
     <element name="yakinlikKodu" nillable="true" type="xsd:string"/>
    </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="sevkBildirResponse">
    <complexType>
     <sequence>
      <element name="sevkBildirReturn" nillable="true" type="tns2:TakipCevapDVO"/>
     </sequence>
    </complexType>
   </element>
   <element name="sevkBildir">
    <complexType>
     <sequence>
      <element name="takipGiris" nillable="true" type="tns2:TakipGirisDVO"/>
     </sequence>
    </complexType>
   </element>
  </schema>
  </wsdl:types>
  <wsdl:message name="sevkBildirResponse">
    <wsdl:part element="impl:sevkBildirResponse" name="parameters"/>
  </wsdl:message>
  <wsdl:message name="sevkBildirRequest">
    <wsdl:part element="impl:sevkBildir" name="parameters"/>
  </wsdl:message>
  <wsdl:portType name="SevkBildirimIslemleri">
    <wsdl:operation name="sevkBildir">
      <wsdl:input message="impl:sevkBildirRequest" name="sevkBildirRequest"/>
      <wsdl:output message="impl:sevkBildirResponse" name="sevkBildirResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SevkBildirimIslemleriSoapBinding" type="impl:SevkBildirimIslemleri">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="sevkBildir">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="sevkBildirRequest">
        <wsdlsoap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="sevkBildirResponse">
        <wsdlsoap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SevkBildirimIslemleriService">
    <wsdl:port binding="impl:SevkBildirimIslemleriSoapBinding" name="SevkBildirimIslemleri">
      <wsdlsoap:address location="http://test.sgk.gov.tr:80/saglikws/services/SevkBildirimIslemleri"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>