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

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

« Previous Version 2 Current »

CheckPassportStatus

Name

Checking the passport of a citizen of Ukraine among stolen and lost ones

Service name

CheckPassportStatus

Service version

v0.2 (not submitted to serviceVersion tag)

Purpose

Checking the passport of a citizen of Ukraine among stolen and lost ones

Subsystem identifier

20_MIA_prod

Operating mode

Around the clock (24/7)

WSDL

Request example:

 CheckPassportStatus curl
curl --location --request POST 'http://10.40.26.61:80/' \
--header 'Content-Type: text/xml; charset=utf-8' \
--header 'SOAPAction: "urn:CheckPassportStatus/v0.2"' \
--data-raw '
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xro="http://x-road.eu/xsd/xroad.xsd" xmlns:iden="http://x-road.eu/xsd/identifiers" xmlns:v0="http://x-road.eu/xsd/connector/CheckPassportStatus/v0.2">
   <soapenv:Header>
      <xro:client iden:objectType="SUBSYSTEM">
         <iden:xRoadInstance>SEVDEIR-TEST</iden:xRoadInstance>
         <iden:memberClass>GOV</iden:memberClass>
         <iden:memberCode>42032422</iden:memberCode>
         <iden:subsystemCode>50_eHealth_demo_MPIVerificationMVS_cons</iden:subsystemCode>
      </xro:client>
      <xro:service iden:objectType="SERVICE">
         <iden:xRoadInstance>SEVDEIR-TEST</iden:xRoadInstance>
         <iden:memberClass>GOV</iden:memberClass>
         <iden:memberCode>00032684</iden:memberCode>
         <iden:subsystemCode>20_MIA_prod</iden:subsystemCode>
         <iden:serviceCode>CheckPassportStatus</iden:serviceCode>
      </xro:service>
      <xro:userId>eab420b2-cd93-4208-8391-e77b03e48118</xro:userId>
      <xro:id>5027fad3-3edf-4c0b-8892-546b28d9e0a7</xro:id>
      <xro:protocolVersion>4.0</xro:protocolVersion>
   </soapenv:Header>
   <soapenv:Body>
      <v0:CheckPassportStatus>
         <PasNumber>367135</PasNumber>
         <PasSerial>КР</PasSerial>
         <PassType>0101</PassType>
      </v0:CheckPassportStatus>
   </soapenv:Body>
</soapenv:Envelope>'

Response example:

 CheckPassportStatusResponse
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
    xmlns:xr="http://ei.eis.mvs.gov.ua/CheckPassportStatus/v0.2"
    xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"
    xmlns:id="http://x-road.eu/xsd/identifiers">
    <soapenv:Header>
        <xroad:userId>eab420b2-cd93-4208-8391-e77b03e48118</xroad:userId>
        <xroad:client id:objectType="SUBSYSTEM">
            <id:xRoadInstance>SEVDEIR-TEST</id:xRoadInstance>
            <id:memberClass>GOV</id:memberClass>
            <id:memberCode>42032422</id:memberCode>
            <id:subsystemCode>50_eHealth_demo_MPIVerificationMVS_cons</id:subsystemCode>
        </xroad:client>
        <xroad:service id:objectType="SERVICE">
            <id:xRoadInstance>SEVDEIR-TEST</id:xRoadInstance>
            <id:memberClass>GOV</id:memberClass>
            <id:memberCode>00032684</id:memberCode>
            <id:subsystemCode>20_MIA_prod</id:subsystemCode>
            <id:serviceCode>CheckPassportStatus</id:serviceCode>
        </xroad:service>
        <xroad:protocolVersion>4.0</xroad:protocolVersion>
        <xroad:id>5027fad3-3edf-4c0b-8892-546b28d9e0a7</xroad:id>
        <xroad:requestHash algorithmId="http://www.w3.org/2001/04/xmldsig-more#gost34311">ZE4Tf+R7NaL3DJ0OTMlsuk7gW/Oxk7El016knoVm+vM=</xroad:requestHash>
    </soapenv:Header>
    <soapenv:Body>
        <xr:CheckPassportStatusResponse>
            <xr:PasStatus>1</xr:PasStatus>
        </xr:CheckPassportStatusResponse>
    </soapenv:Body>
</soapenv:Envelope>

CheckPassportDMSStatus

Name

Verification of the passport of a citizen of Ukraine among invalids

Service name

CheckPassportDMSStatus

Service version

v0.3 (not submitted to serviceVersion tag)

Purpose

Search for a passport of a citizen of Ukraine among invalid ones

Subsystem identifier

20_MIA_prod

Operating mode

Around the clock (24/7)

WSDL

Request example:

 CheckPassportDMSStatus curl
curl --location --request POST 'http://10.40.26.61:80/' \
--header 'Content-Type: text/xml; charset=UTF-8' \
--header 'SOAPAction: "urn:CheckPassportDMSStatus/v0.3"' \
--data-raw '
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xro="http://x-road.eu/xsd/xroad.xsd" xmlns:iden="http://x-road.eu/xsd/identifiers" xmlns:v0="http://ei.eis.mvs.gov.ua/CheckPassportDMSStatus/v0.3">
   <soapenv:Header>
      <xro:client iden:objectType="SUBSYSTEM">
         <iden:xRoadInstance>SEVDEIR-TEST</iden:xRoadInstance>
         <iden:memberClass>GOV</iden:memberClass>
         <iden:memberCode>42032422</iden:memberCode>
         <iden:subsystemCode>50_eHealth_demo_MPIVerificationMVS_cons</iden:subsystemCode>
      </xro:client>
      <xro:service iden:objectType="SERVICE">
         <iden:xRoadInstance>SEVDEIR-TEST</iden:xRoadInstance>
         <iden:memberClass>GOV</iden:memberClass>
         <iden:memberCode>00032684</iden:memberCode>
         <iden:subsystemCode>20_MIA_prod</iden:subsystemCode>
         <iden:serviceCode>CheckPassportDMSStatus</iden:serviceCode>
      </xro:service>
      <xro:userId>eab420b2-cd93-4208-8391-e77b03e48118</xro:userId>
      <xro:id>5027fad3-3edf-4c0b-8892-546b28d9e0a7</xro:id>
      <xro:protocolVersion>4.0</xro:protocolVersion>
   </soapenv:Header>
   <soapenv:Body>
      <v0:CheckPassportDMSStatus>
         <DocSerial>СТ</DocSerial>
         <DocNumber>328608</DocNumber>
         <DocType>0101</DocType>
      </v0:CheckPassportDMSStatus>
   </soapenv:Body>
</soapenv:Envelope>'

Response example:

 CheckPassportDMSStatusResponse
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
    xmlns:xr="http://ei.eis.mvs.gov.ua/CheckPassportDMSStatus/v0.3"
    xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"
    xmlns:id="http://x-road.eu/xsd/identifiers">
    <soapenv:Header>
        <xroad:userId>eab420b2-cd93-4208-8391-e77b03e48118</xroad:userId>
        <xroad:client id:objectType="SUBSYSTEM">
            <id:xRoadInstance>SEVDEIR-TEST</id:xRoadInstance>
            <id:memberClass>GOV</id:memberClass>
            <id:memberCode>42032422</id:memberCode>
            <id:subsystemCode>50_eHealth_demo_MPIVerificationMVS_cons</id:subsystemCode>
        </xroad:client>
        <xroad:service id:objectType="SERVICE">
            <id:xRoadInstance>SEVDEIR-TEST</id:xRoadInstance>
            <id:memberClass>GOV</id:memberClass>
            <id:memberCode>00032684</id:memberCode>
            <id:subsystemCode>20_MIA_prod</id:subsystemCode>
            <id:serviceCode>CheckPassportDMSStatus</id:serviceCode>
        </xroad:service>
        <xroad:protocolVersion>4.0</xroad:protocolVersion>
        <xroad:id>5027fad3-3edf-4c0b-8892-546b28d9e0a7</xroad:id>
        <xroad:requestHash algorithmId="http://www.w3.org/2001/04/xmldsig-more#gost34311">aeax+jWsewsYqHx1LDYTbf2RfjqpJse7uRn8bXkXZ9c=</xroad:requestHash>
    </soapenv:Header>
    <soapenv:Body>
        <xr:CheckPassportDMSStatusResponse>
            <xr:Result>0</xr:Result>
        </xr:CheckPassportDMSStatusResponse>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels