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

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 »

Запит

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <h:client xmlns="http://x-road.eu/xsd/xroad.xsd" xmlns:a="http://x-road.eu/xsd/identifiers"
                  xmlns:h="http://x-road.eu/xsd/xroad.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" a:objectType="SUBSYSTEM">
            <a:xRoadInstance>SEVDEIR-TEST</a:xRoadInstance>
            <a:memberClass>GOV</a:memberClass>
            <a:memberCode>22956058</a:memberCode>
            <a:subsystemCode>TEST_DRAC</a:subsystemCode>
            <a:serviceCode>eMaliatkoApplication</a:serviceCode>
        </h:client>
        <h:id xmlns="http://x-road.eu/xsd/xroad.xsd" xmlns:h="http://x-road.eu/xsd/xroad.xsd">MOZDOC20200821042156
        </h:id>
        <h:protocolVersion xmlns="http://x-road.eu/xsd/xroad.xsd" xmlns:h="http://x-road.eu/xsd/xroad.xsd">4.0
        </h:protocolVersion>
        <h:service xmlns="http://x-road.eu/xsd/xroad.xsd" xmlns:a="http://x-road.eu/xsd/identifiers"
                   xmlns:h="http://x-road.eu/xsd/xroad.xsd" a:objectType="SERVICE">
            <a:xRoadInstance>SEVDEIR-TEST</a:xRoadInstance>
            <a:memberClass>GOV</a:memberClass>
            <a:memberCode>42032422</a:memberCode>
            <a:subsystemCode>TEST-NSZU-01</a:subsystemCode>
            <a:serviceCode>GetComposition</a:serviceCode>
        </h:service>
        <h:userId xmlns="http://x-road.eu/xsd/xroad.xsd" xmlns:h="http://x-road.eu/xsd/xroad.xsd"/>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <GetCompositionRequest xmlns="http://wldd.io/emal/soapgw">
            <DocOfBirth>
                <ChildDocNumb>ASDA-123D-3LKO-9KD8</ChildDocNumb>
            </DocOfBirth>
            <motherInfo>
                <IdentityDocument>
                    <documentSerial/>
                    <documentNumber>АВ093845</documentNumber>
                    <passportTypeID>1</passportTypeID>
                </IdentityDocument>
            </motherInfo>
        </GetCompositionRequest>
    </s:Body>
</s:Envelope>

Відповідь

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns2:GetCompositionResponse xmlns:ns2="http://wldd.io/emal/soapgw">
            <ns2:GetCompositionRequest>
                <ns2:DocOfBirth>
                    <ns2:ChildDocNumb>ASDA-123D-3LKO-9KD8</ns2:ChildDocNumb>
                </ns2:DocOfBirth>
                <ns2:motherInfo>
                    <ns2:IdentityDocument>
                        <ns2:documentSerial/>
                        <ns2:documentNumber>АВ093845</ns2:documentNumber>
                        <ns2:passportTypeID>1</ns2:passportTypeID>
                    </ns2:IdentityDocument>
                </ns2:motherInfo>
            </ns2:GetCompositionRequest>
            <ns2:faultCode>404</ns2:faultCode>
        </ns2:GetCompositionResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
  • No labels