isotonicq

Untitled

Jan 8th, 2021 (edited)
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.97 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <tem:AddAttachment>
  5.          <tem:auth>
  6.             <tem:UserName>?</tem:UserName>
  7.             <tem:Password>?</tem:Password>
  8.             <tem:SecurePassword/>
  9.             <tem:Domain>?</tem:Domain>
  10.          </tem:auth>
  11.          <tem:Attachment>
  12.             <tem:Id>0</tem:Id> <--! zostawić zero  ->
  13.             <tem:Barcode>M096354</tem:Barcode>
  14.             <tem:Binary></tem:Binary> <--! tutaj wartość  ->
  15.             <tem:Category>Attachment</tem:Category>
  16.             <tem:Extension>PDF</tem:Extension>
  17.             <tem:Name>Name</tem:Name>
  18.             <tem:NameCz>NameCZ</tem:NameCz>
  19.             <tem:NameEn>NameEN</tem:NameEn>
  20.             <tem:NamePl>NamePL</tem:NamePl>
  21.          </tem:Attachment>
  22.          <tem:country>PL</tem:country>
  23.       </tem:AddAttachment>
  24.    </soapenv:Body>
  25. </soapenv:Envelope>
Add Comment
Please, Sign In to add comment