Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <soap:Envelope
- xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
- xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
- xmlns:pri="http://schemas.microsoft.com/windows/2006/08/wdp/print"
- xmlns:xop="http://www.w3.org/2004/08/xop/include">
- <soap:Header>
- <wsa:To>http://192.168.1.116:80/WebServices/PrinterService</wsa:To>
- <wsa:Action>http://schemas.microsoft.com/windows/2006/08/wdp/print/SendDocument</wsa:Action>
- <wsa:MessageID>urn:uuid:951308bc-0858-4f8c-a8f8-386e24780ae3</wsa:MessageID>
- <wsa:ReplyTo>
- <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
- </wsa:ReplyTo>
- <wsa:From>
- <wsa:Address>urn:uuid:80a883f5-8d76-4f27-8be6-b764da9304a6</wsa:Address>
- </wsa:From>
- </soap:Header>
- <soap:Body>
- <pri:SendDocumentRequest>
- <pri:JobId>3</pri:JobId>
- <pri:DocumentDescription>
- <pri:DocumentId>1</pri:DocumentId>
- <pri:Compression>None</pri:Compression>
- <pri:Format>unknown</pri:Format>
- </pri:DocumentDescription>
- <pri:LastDocument>true</pri:LastDocument>
- <pri:DocumentData>
- <xop:Include href="cid:0@body"></xop:Include>
- </pri:DocumentData>
- </pri:SendDocumentRequest>
- </soap:Body>
- </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement