<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.patonet.com.tr/PathologyReportWSvc.Aspx" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.patonet.com.tr/PathologyReportWSvc.Aspx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pato.Net Laboratuvarı Patoloji Raporu Servisleri.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.patonet.com.tr/PathologyReportWSvc.Aspx">
      <s:element name="XSigReport">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Pass" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="XSigReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="XSigReportResult" type="tns:XSIGResponseData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="XSIGResponseData">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="VerifyID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="RaporXSIG" type="s:base64Binary" />
          <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDesc" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="RTFReport">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Pass" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RTFReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="RTFReportResult" type="tns:RTFResponseData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="RTFResponseData">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="VerifyID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="RaporRTF" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDesc" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="XSigReportSoapIn">
    <wsdl:part name="parameters" element="tns:XSigReport" />
  </wsdl:message>
  <wsdl:message name="XSigReportSoapOut">
    <wsdl:part name="parameters" element="tns:XSigReportResponse" />
  </wsdl:message>
  <wsdl:message name="RTFReportSoapIn">
    <wsdl:part name="parameters" element="tns:RTFReport" />
  </wsdl:message>
  <wsdl:message name="RTFReportSoapOut">
    <wsdl:part name="parameters" element="tns:RTFReportResponse" />
  </wsdl:message>
  <wsdl:portType name="PathologyServiceSoap">
    <wsdl:operation name="XSigReport">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">User, Pass, ID parametrelerini alır. XSIG formatında elektronik imzalı rapor döndürür.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Dönüş durumu ErrorCode parametresinde;&lt;/B&gt;&lt;BR&gt;0 = Raporlama başarıyla tamamlandı.&lt;BR&gt;1 = Kullanıcı adı veya parolası hatalı.&lt;BR&gt;2 = ID parametresiyle örtüşen kayıt bulunamadı.&lt;BR&gt;3 = ID parametresiyle örtüşen rapor bulunamadı.&lt;BR&gt;</wsdl:documentation>
      <wsdl:input message="tns:XSigReportSoapIn" />
      <wsdl:output message="tns:XSigReportSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="RTFReport">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">User, Pass, ID parametrelerini alır. RTF formatında imzasız rapor döndürür.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Dönüş durumu ErrorCode parametresinde;&lt;/B&gt;&lt;BR&gt;0 = Raporlama başarıyla tamamlandı.&lt;BR&gt;1 = Kullanıcı adı veya parolası hatalı.&lt;BR&gt;2 = ActionID parametresiyle örtüşen kayıt bulunamadı.&lt;BR&gt;</wsdl:documentation>
      <wsdl:input message="tns:RTFReportSoapIn" />
      <wsdl:output message="tns:RTFReportSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PathologyServiceSoap" type="tns:PathologyServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="XSigReport">
      <soap:operation soapAction="http://www.patonet.com.tr/PathologyReportWSvc.Aspx/XSigReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RTFReport">
      <soap:operation soapAction="http://www.patonet.com.tr/PathologyReportWSvc.Aspx/RTFReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="PathologyServiceSoap12" type="tns:PathologyServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="XSigReport">
      <soap12:operation soapAction="http://www.patonet.com.tr/PathologyReportWSvc.Aspx/XSigReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RTFReport">
      <soap12:operation soapAction="http://www.patonet.com.tr/PathologyReportWSvc.Aspx/RTFReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PathologyService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pato.Net Laboratuvarı Patoloji Raporu Servisleri.</wsdl:documentation>
    <wsdl:port name="PathologyServiceSoap" binding="tns:PathologyServiceSoap">
      <soap:address location="http://adenom.web.tr/PathologyReportWSvc.Asmx" />
    </wsdl:port>
    <wsdl:port name="PathologyServiceSoap12" binding="tns:PathologyServiceSoap12">
      <soap12:address location="http://adenom.web.tr/PathologyReportWSvc.Asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>