ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Протокол внутрішнього тестування сервісу (без участі ШБО Трембіта) на прикладі висновку про народження

Запит

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
	    <ns2:PublicGetCompositionRequest xmlns:ns2="http://wldd.io/emal/soapgw/public">
	       <ns2:MedicalDocument>
	          <ns2:DocNumb>H32H-564P-BXH5-BC49</ns2:DocNumb>
	       </ns2:MedicalDocument>
	       <ns2:IdentificationInfo>
	          <ns2:tax_RNOKPP>3118367223</ns2:tax_RNOKPP>
	       </ns2:IdentificationInfo>
	    </ns2:PublicGetCompositionRequest>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>



Відповідь

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <ns2:PublicGetCompositionResponse xmlns:ns2="http://wldd.io/emal/soapgw/public">
         <ns2:PublicGetCompositionRequest>
            <ns2:MedicalDocument>
               <ns2:DocNumb>H32H-564P-BXH5-BC49</ns2:DocNumb>
            </ns2:MedicalDocument>
            <ns2:IdentificationInfo>
               <ns2:tax_RNOKPP>3118367223</ns2:tax_RNOKPP>
            </ns2:IdentificationInfo>
         </ns2:PublicGetCompositionRequest>
         <ns2:MedicalDocument>
            <ns2:Type>Медичний висновок про народження</ns2:Type>
            <ns2:Category>пологи, живонароджена дитина</ns2:Category>
            <ns2:DocNumb>H32H-564P-BXH5-BC49</ns2:DocNumb>
            <ns2:DocDate>2021-01-19</ns2:DocDate>
            <ns2:DocOrgName>ЛИСЕНКО ВІТАЛІЙ ВАЛЕНТИНОВИЧ</ns2:DocOrgName>
            <ns2:ValidityPeriodStart>2021-01-18</ns2:ValidityPeriodStart>
         </ns2:MedicalDocument>
         <ns2:faultCode>200</ns2:faultCode>
      </ns2:PublicGetCompositionResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
  • No labels