Advertisement
Guest User

Untitled

a guest
Dec 30th, 2021
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope
  3.     xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
  4.     xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
  5.     xmlns:pri="http://schemas.microsoft.com/windows/2006/08/wdp/print"
  6.     xmlns:xop="http://www.w3.org/2004/08/xop/include">
  7.     <soap:Header>
  8.         <wsa:To>http://192.168.1.116:80/WebServices/PrinterService</wsa:To>
  9.         <wsa:Action>http://schemas.microsoft.com/windows/2006/08/wdp/print/SendDocument</wsa:Action>
  10.         <wsa:MessageID>urn:uuid:951308bc-0858-4f8c-a8f8-386e24780ae3</wsa:MessageID>
  11.         <wsa:ReplyTo>
  12.             <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
  13.         </wsa:ReplyTo>
  14.         <wsa:From>
  15.             <wsa:Address>urn:uuid:80a883f5-8d76-4f27-8be6-b764da9304a6</wsa:Address>
  16.         </wsa:From>
  17.     </soap:Header>
  18.     <soap:Body>
  19.         <pri:SendDocumentRequest>
  20.             <pri:JobId>3</pri:JobId>
  21.             <pri:DocumentDescription>
  22.                 <pri:DocumentId>1</pri:DocumentId>
  23.                 <pri:Compression>None</pri:Compression>
  24.                 <pri:Format>unknown</pri:Format>
  25.             </pri:DocumentDescription>
  26.             <pri:LastDocument>true</pri:LastDocument>
  27.             <pri:DocumentData>
  28.                 <xop:Include href="cid:0@body"></xop:Include>
  29.             </pri:DocumentData>
  30.         </pri:SendDocumentRequest>
  31.     </soap:Body>
  32. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement