Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.43 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.         </fu:BusinessPremiseRequest>
  36.     </soapenv:Body>
  37. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement