Skip to content
Charles-Edouard Coste edited this page Oct 26, 2015 · 1 revision
<ebicsNoPubKeyDigestsRequest xmlns="http://www.ebics.org/H003" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Revision="1" Version="H003" xsi:schemaLocation="http://www.ebics.org/H003     http://www.ebics.org/H003/ebics_keymgmt_request.xsd">
    <header authenticate="true">
        <static>
            <HostID>EBIXQUAL</HostID>
            <Nonce>DA4702CC0B213D2025F3BD11035E1509</Nonce>
            <Timestamp>2015-10-26T14:15:58</Timestamp>
            <PartnerID>XAPYP1</PartnerID>
            <UserID>XAPYU1</UserID>
            <OrderDetails>
                <OrderType>HPB</OrderType>
                <OrderAttribute>DZHNN</OrderAttribute>
            </OrderDetails>
            <SecurityMedium>0000</SecurityMedium>
        </static>
        <mutable/>
    </header>
    <body/>
</ebicsNoPubKeyDigestsRequest>

Devient...

<ebicsNoPubKeyDigestsRequest xmlns="http://www.ebics.org/H003" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Revision="1" Version="H003" xsi:schemaLocation="http://www.ebics.org/H003 http://www.ebics.org/H003/ebics_keymgmt_request.xsd">
    <header authenticate="true">
        <static>
            <HostID>EBIXQUAL</HostID>
            <Nonce>DA4702CC0B213D2025F3BD11035E1509</Nonce>
            <Timestamp>2015-10-26T14:15:58</Timestamp>
            <PartnerID>XAPYP1</PartnerID>
            <UserID>XAPYU1</UserID>
            <OrderDetails>
                <OrderType>HPB</OrderType>
                <OrderAttribute>DZHNN</OrderAttribute>
            </OrderDetails>
            <SecurityMedium>0000</SecurityMedium>
        </static>
        <mutable></mutable>
    </header>
    <AuthSignature><ds:SignedInfo>
      <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"></ds:CanonicalizationMethod>
      <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"></ds:SignatureMethod>
      <ds:Reference URI="#xpointer(//*[@authenticate='true'])">
        <ds:Transforms>
          <ds:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"></ds:Transform>
        </ds:Transforms>
        <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></ds:DigestMethod>
        <ds:DigestValue>XGdv7Cjb4fdghWkiSWZsmGEwMUx43Pf6AyR3lAUYszI=</ds:DigestValue>
      </ds:Reference>
    </ds:SignedInfo><ds:SignatureValue>YE/TgUoCwIaDnFUTX0SRYaVirfy7nQbT1b+Pzv2E0T4J1/BxvxVLZClmgfPYqX8peTOEm6PoQf2hdlrTBa8Y9WrtSm8AFrKCez7iZU1BsUCBxek6Wqwav30sLzN0KGjoRueZZqUixYu09pRpIoxkW+ye5lcnjv2DQuzLvUDRJX7VjD9rh9Zfz8l/qEeDcqZxn7+BVBmqxgDG0GDWNj2DpaSSv0ydKrxaNLm6CYSMTGTrsBSRU4SdjyiLwNNPhBzCFbJ3y4OC9AmSG9ofxCDrSo/1reQ6dKWSZUxP7nztTTFa0SP1fBy8nzq3GksEmAIOTy8vYI5arppzYLpAxVOv3w==</ds:SignatureValue></AuthSignature><body></body>
</ebicsNoPubKeyDigestsRequest>