Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fu="http://www.fu.gov.si/" xmlns:xd="http://www.w3.org/2000/09/xmldsig#">
  3.     <soapenv:Body>
  4.         <fu:BusinessPremiseRequest Id="test">
  5.             <fu:Header>
  6.                 <fu:MessageID>dc850134-8010-463e-a6f8-033402f8a9c7</fu:MessageID>
  7.                 <fu:DateTime>2015-10-03T23:13:22</fu:DateTime>
  8.             </fu:Header>
  9.             <fu:BusinessPremise>
  10.                 <fu:TaxNumber>10085360</fu:TaxNumber>
  11.                 <fu:BusinessPremiseID>PP1</fu:BusinessPremiseID>
  12.                 <fu:BPIdentifier>
  13.                     <fu:RealEstateBP>
  14.                         <fu:PropertyID>
  15.                             <fu:CadastralNumber>123</fu:CadastralNumber>
  16.                             <fu:BuildingNumber>123</fu:BuildingNumber>
  17.                             <fu:BuildingSectionNumber>1</fu:BuildingSectionNumber>
  18.                         </fu:PropertyID>
  19.                         <fu:Address>
  20.                             <fu:Street>Testna</fu:Street>
  21.                             <fu:HouseNumber>11</fu:HouseNumber>
  22.                             <fu:HouseNumberAdditional>A</fu:HouseNumberAdditional>
  23.                             <fu:Community>Prepolje</fu:Community>
  24.                             <fu:City>Mesto</fu:City>
  25.                             <fu:PostalCode>2222</fu:PostalCode>
  26.                         </fu:Address>
  27.                     </fu:RealEstateBP>
  28.                 </fu:BPIdentifier>
  29.                 <fu:ValidityDate>2000-01-01</fu:ValidityDate>
  30.                 <fu:SoftwareSupplier>
  31.                     <fu:TaxNumber>1234567</fu:TaxNumber>
  32.                 </fu:SoftwareSupplier>
  33.                 <fu:SpecialNotes>Poslovna enota test MARIBOR</fu:SpecialNotes>
  34.             </fu:BusinessPremise>
  35.             <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  36.                 <SignedInfo>
  37.                     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
  38.                     <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />
  39.                     <Reference URI="#test">
  40.                         <Transforms>
  41.                             <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
  42.                         </Transforms>
  43.                         <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
  44.                         <DigestValue>xV8rHWdiMIOJ/Zl6pVqzqnShJGbPgOwr30H4yDpM5zw=</DigestValue>
  45.                     </Reference>
  46.                 </SignedInfo>
  47.                 <SignatureValue>fAEZNXRdUy/aAGMeZLWpCYcMTF5leIptWvnDG4oa5YTUib/JymJrTEVyxY2jsx6Evs1obt7tQQNuBaCQ4DUCKUXoNdH/JXoeUmbJMuVS8yKkIJFKBtHb8uVTdKzpS3drykhCHE9RPeW2kL8P2lOy0lOAQPbD2wFlCarll+J+lkRMps1gPk4+kr2c+ZTP9Rqo6VOVAPB9MttAYBieFnZGQfyReeDj/TZV4gPdcgDWzfFBs/o9cGye/sIIQg3kp/V2kuSt64nW4XfV0n41FZBL7FV42n9yN6TBt6EvODqNLs1hVFe2+tkO4UTskfEbHBNid56aK6KUpfD3B0mALB8xKw==</SignatureValue>
  48.                 <KeyInfo>
  49.                     <X509Data>
  50.                         <X509IssuerSerial>
  51.                             <X509IssuerName>CN=Tax CA Test, O=state-institutions, C=SI</X509IssuerName>
  52.                             <X509SerialNumber>1963615833336519412</X509SerialNumber>
  53.                         </X509IssuerSerial>
  54.                         <X509SubjectName>CN=TESTNO PODJETJE 205, SERIALNUMBER=1, OU=10085360, OU=DavPotRacTEST, O=state-institutions, C=SI</X509SubjectName>
  55.                     </X509Data>
  56.                 </KeyInfo>
  57.             </Signature>
  58.         </fu:BusinessPremiseRequest>
  59.     </soapenv:Body>
  60. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement