Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Officejet 6700 premium issue - No shortcut yet available #325

Closed
Philmo67 opened this issue Sep 7, 2021 · 28 comments
Closed

Officejet 6700 premium issue - No shortcut yet available #325

Philmo67 opened this issue Sep 7, 2021 · 28 comments

Comments

@Philmo67
Copy link

Philmo67 commented Sep 7, 2021

Hello,
I'm running node-hp-scan-to in docker and trying to scan from an Officejet 6700 premium.

The printer sees the node-hp-scan-to, but times out when I try to use it : "Accessing computer" and after a while "Please check that your computer is online etc.".

The logs when I start the printer (ARCHIVE is the name of the node-hp-scan-to destination and FIXE is my physical PC) :

nativeProtocols: [Object],,
      pathname: '/WalkupScan/WalkupScanDestinations',
    },,
    _ended: true,,
    _ending: true,,
    _redirectCount: 0,,
    _redirects: [],,
    _requestBodyLength: 0,,
    _requestBodyBuffers: [],,
    _onNativeResponse: [Function (anonymous)],,
    _currentRequest: ClientRequest {,
      _events: [Object: null prototype],,
      _eventsCount: 7,,
      _maxListeners: undefined,,
      outputData: [],,
      outputSize: 0,,
      writable: true,,
      destroyed: false,,
      _last: true,,
      chunkedEncoding: false,,
      shouldKeepAlive: false,,
      _defaultKeepAlive: true,,
      useChunkedEncodingByDefault: false,,
      sendDate: false,,
      _removedConnection: false,,
      _removedContLen: false,,
      _removedTE: false,,
      _contentLength: 0,,
      _hasBody: true,,
      _trailer: '',,
      finished: true,,
      _headerSent: true,,
      _closed: false,,
      socket: [Socket],,
      _header: 'GET /WalkupScan/WalkupScanDestinations HTTP/1.1\r\n' +,
        'Accept: application/json, text/plain, */*\r\n' +,
        'User-Agent: axios/0.21.4\r\n' +,
        'Host: 192.168.1.30\r\n' +,
        'Connection: close\r\n' +,
        '\r\n',,
      _keepAliveTimeout: 0,,
      _onPendingData: [Function: nop],,
      agent: [Agent],,
      socketPath: undefined,,
      method: 'GET',,
      maxHeaderSize: undefined,,
      insecureHTTPParser: undefined,,
      path: '/WalkupScan/WalkupScanDestinations',,
      _ended: false,,
      res: null,,
      aborted: false,,
      timeoutCb: null,,
      upgradeOrConnect: false,,
      parser: null,,
      maxHeadersCount: null,,
      reusedSocket: false,,
      host: '192.168.1.30',,
      protocol: 'http:',,
      _redirectable: [Circular *1],,
      [Symbol(kCapture)]: false,,
      [Symbol(kNeedDrain)]: false,,
      [Symbol(corked)]: 0,,
      [Symbol(kOutHeaders)]: [Object: null prototype],
    },,
    _currentUrl: 'http://192.168.1.30/WalkupScan/WalkupScanDestinations',,
    [Symbol(kCapture)]: false,
  },,
  response: undefined,,
  isAxiosError: true,,
  toJSON: [Function: toJSON],
},
Host destinations fetched: ,
New Destination registered: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Start listening for new ScanEvent,
Scan event captured,
Host destinations fetched: FIXE, ARCHIVAGE,
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Start listening for new ScanEvent,
Scan event captured,
Host destinations fetched: FIXE, ARCHIVAGE,
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f4c-b815-1f08-86ab-a01d48c5c091,
Start listening for new ScanEvent,
Scan event captured,

etc.

My docker-compose file :

version: "3"

services:
  node-hp-scan-to:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: node-hp-scan-to
    hostname: ARCHIVAGE
    environment:
      - IP=192.168.1.30
      - PATTERN="scan"_yyyymmdd_hh:MM:ss
      - PGID=1000
      - PUID=1000
      - TZ=Europe/Paris
    volumes:
      - /media/Traitement:/scan
    restart: always

Is there a docker configuration trick I'm missing ?

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

If it can help, I recorded a working scanning session between the scanner and my computer using wireshark, I can post what you think could be relevant.

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

Yes, good idea, could be interesting and do the same with node-hp-scan-to in order to compare since I don't own your device

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

OK
It seems I won't be able to do the same with the node-hp-scan, computer's network card won't switch to promiscuous mode and the switch cannot port-forward the aggregated link of the docker host...
I tried again by putting the container network in host mode and the symptoms are the same.
I'm putting together a network trace of a scan that works with my computer, maybe a difference in the handshakes will catch your eye...

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

According to the flow in the log it seems that there was an error that should have been printed here https://github.com/manuc66/node-hp-scan-to/blob/master/src/index.ts#L215

It seems that the log only contains stdout and not stderr

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

I just tried again using docker container logs command :

Host destinations fetched: FIXE, ARCHIVAGE
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Start listening for new ScanEvent

[-->action on the scanner]

Scan event captured

[-->timeout]

Host destinations fetched: FIXE, ARCHIVAGE
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Start listening for new ScanEvent

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sequence 0 :

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-32"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

5A1
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-32</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
</ev:EventTable>

0

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 424
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>HostSelected</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>
GET /EventMgmt/EventTable?timeout=1200 HTTP/1.1
HOST: 192.168.1.30:8080
If-None-Match: "745-32"

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-33"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

5A1
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-33</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
</ev:EventTable>

0

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 425
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>ScanRequested</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>
GET /WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1008
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestination xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:scantype="http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
	<dd:Name>FIXE</dd:Name>
	<dd3:Hostname>FIXE</dd3:Hostname>
	<wus:LinkType>Network</wus:LinkType>
	<wus:WalkupScanToCompSettings>
		<scantype:ScanSettings>
			<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>
		</scantype:ScanSettings>
		<wus:Shortcut>SavePDF</wus:Shortcut>
	</wus:WalkupScanToCompSettings>
</wus:WalkupScanToCompDestination>

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sequence 1 :

GET /EventMgmt/EventTable?timeout=1200 HTTP/1.1
HOST: 192.168.1.30:8080
If-None-Match: "745-33"

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-34"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

3FC
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-34</dd:AgingStamp>
  </ev:Event>
</ev:EventTable>

0

GET /EventMgmt/EventTable?timeout=1023 HTTP/1.1
HOST: 192.168.1.30:8080
If-None-Match: "745-34"

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-36"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

631
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-35</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-36</dd:AgingStamp>
  </ev:Event>
</ev:EventTable>

0

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 429
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>ScanPagesComplete</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>
GET /WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 799
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestination xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:scantype="http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
	<dd:Name>FIXE</dd:Name>
	<dd3:Hostname>FIXE</dd3:Hostname>
	<wus:LinkType>Network</wus:LinkType>
</wus:WalkupScanToCompDestination>

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sequence 2 :

GET /DevMgmt/DiscoveryTree.xml HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

FD1
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ledm:DiscoveryTree xmlns:ledm="http://www.hp.com/schemas/imaging/con/ledm/2007/09/21" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/">
	<dd:Version>
		<dd:Revision>SVN.2730</dd:Revision>
		<dd:Date>2010-05-13</dd:Date>
	</dd:Version>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/CopyConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmCopyConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/cpcfgcap/2008/05/05</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/CopyConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmCopyConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/cpcfgdyn/2008/05/05</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxPhoneBookDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxPhoneBookDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxphonebookdyn/2008/03/17</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxPhoneBookCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxPhoneBookCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxphonebookcap/2008/03/17</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxconfigdyn/2009/03/03</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxconfigcap/2009/03/03</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/CallerIdList.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmCallerIdList</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/rest/calleridlist/2009/08/17</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxBlockListDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxBlockListDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxblklistdyn/2008/04/03</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxBlockListCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxBlockListCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxblklistcap/2008/04/03</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxActivityLogCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxActivityLogCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxactivitylogcap/2008/01/25</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxActivityLogDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxActivityLogDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxactivitylogdyn/2008/01/25</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productconfigcap/2009/03/16</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/NetAppsCap.xml</dd:ResourceURI>
		<dd:ResourceType>
FDD
ledm:hpLedmNetAppsCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/netappcap/2009/06/24</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/NetAppsDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmNetAppsDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/netappdyn/2009/06/24</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxUploadDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxUploadDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxuploaddyn/2008/07/01</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/FaxUploadCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmFaxUploadCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/faxuploadcap/2008/08/12</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ShopForSupplies.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmShopForSupplies</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/ljs/shopforsuppliesrequest/2007/11/07</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductStatusCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductStatusCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productstatuscap/2007/10/31</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductStatusDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductStatusDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productstatusdyn/2007/10/31</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/PrintConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmPrintConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/printconfigcap/2009/05/06</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/PrintConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmPrintConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/printconfigdyn/2009/05/06</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductUsageCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductUsageCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productusagecap/2007/12/11</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductUsageDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductUsageDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productusagedyn/2007/12/11</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ConsumableConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmConsumableConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/consumableconfigcap/2007/11/19</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ConsumableConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmConsumableConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/consumableconfigdyn/2007/11/19</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/MediaHandlingDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMediaHandlingDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/mediahandlingdyn/2007/11/21</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/MediaHandlingCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMediaHandlingCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/mediahandlingcap/2009/06/25</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<
FAA
dd:ResourceURI>/DevMgmt/MediaCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMediaCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/mediacap/2009/05/21</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/MediaDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMediaDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/mediadyn/2009/05/21</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/MassStorageConfigCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMassStorageConfigCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/massstorageconfigcap/2009/01/12</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/MassStorageConfigDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmMassStorageConfigDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/massstorageconfigdyn/2008/01/25</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/SecurityCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmSecurityCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/securitycap/2008/02/01</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/SecurityDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmSecurityDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/securitydyn/2008/02/01</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductLogsCap.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductLogsCap</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productlogscap/2008/01/16</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedTree>
		<dd:ResourceURI>/DevMgmt/ProductLogsDyn.xml</dd:ResourceURI>
		<dd:ResourceType>ledm:hpLedmProductLogsDyn</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/productlogsdyn/2008/01/16</dd:Revision>
	</ledm:SupportedTree>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/WalkupScanToComp/WalkupScanToCompManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmWalkupScanToCompManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/Scan/ScanJobManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmScanJobManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/Print/PrintManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>hpCnxPrintManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/CloudAppPlayer/CloudAppPlayerManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>cloud:hpRestCloudAppPlayerManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/Calibration/CalibrationManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpCnxCalibrationManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/BackupRestore/BackupRestoreManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmBackupRestore</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/DevMgmt/FaxPCSendManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmFaxPCSendManifest</dd:ResourceType>
		<dd:Revision>
6E8
http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/DevMgmt/InternalPrintManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmInternalPrintManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/Jobs/JobsManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmJobsManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/IoMgmt/IoMgmtManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmIoMgmt</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/ePrint/ePrintManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpePrintManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/WebFirmwareUpdate/WebFirmwareUpdateManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>hpWebFirmwareUpdateManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
	<ledm:SupportedIfc>
		<ledm:ManifestURI>/EventMgmt/EventMgmtManifest.xml</ledm:ManifestURI>
		<dd:ResourceType>ledm:hpLedmEventMgmtManifest</dd:ResourceType>
		<dd:Revision>http://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>
	</ledm:SupportedIfc>
</ledm:DiscoveryTree>

0


@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sequence 3 :

GET /WalkupScanToComp/WalkupScanToCompCaps HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 675
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompCaps xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>
	<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>
	<wus:UserActionTimeout>
		<dd:ValueFloat>60</dd:ValueFloat>
		<dd:Unit>seconds</dd:Unit>
	</wus:UserActionTimeout>
</wus:WalkupScanToCompCaps>

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sequence 4 :

GET /Scan/ScanCaps.xml HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

FDB
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanCaps xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<DeviceCaps>
		<ModelName>h711g</ModelName>
		<DerivativeNumber>5</DerivativeNumber>
	</DeviceCaps>
	<ColorEntries>
		<ColorEntry>
			<ColorType>K1</ColorType>
			<Formats>
				<Format>Raw</Format>
			</Formats>
			<ImageTransforms>
				<ImageTransform>ToneMap</ImageTransform>
				<ImageTransform>Sharpening</ImageTransform>
				<ImageTransform>NoiseRemoval</ImageTransform>
			</ImageTransforms>
			<GrayRenderings>
				<GrayRendering>GrayCcdEmulated</GrayRendering>
			</GrayRenderings>
		</ColorEntry>
		<ColorEntry>
			<ColorType>Gray8</ColorType>
			<Formats>
				<Format>Raw</Format>
				<Format>Jpeg</Format>
			</Formats>
			<ImageTransforms>
				<ImageTransform>ToneMap</ImageTransform>
				<ImageTransform>Sharpening</ImageTransform>
				<ImageTransform>NoiseRemoval</ImageTransform>
			</ImageTransforms>
			<GrayRenderings>
				<GrayRendering>NTSC</GrayRendering>
				<GrayRendering>GrayCcdEmulated</GrayRendering>
			</GrayRenderings>
		</ColorEntry>
		<ColorEntry>
			<ColorType>Color8</ColorType>
			<Formats>
				<Format>Raw</Format>
				<Format>Jpeg</Format>
			</Formats>
			<ImageTransforms>
				<ImageTransform>ToneMap</ImageTransform>
				<ImageTransform>Sharpening</ImageTransform>
				<ImageTransform>NoiseRemoval</ImageTransform>
			</ImageTransforms>
		</ColorEntry>
	</ColorEntries>
	<Platen>
		<InputSourceCaps>
			<MinWidth>8</MinWidth>
			<MinHeight>8</MinHeight>
			<MaxWidth>2550</MaxWidth>
			<MaxHeight>3508</MaxHeight>
			<RiskyLeftMargin>50</RiskyLeftMargin>
			<RiskyRightMargin>18</RiskyRightMargin>
			<RiskyTopMargin>50</RiskyTopMargin>
			<RiskyBottomMargin>24</RiskyBottomMargin>
			<MinResolution>75</MinResolution>
			<MaxOpticalXResolution>2400</MaxOpticalXResolution>
			<MaxOpticalYResolution>2400</MaxOpticalYResolution>
			<SupportedResolutions>
				<Resolution>
					<XResolution>75</XResolution>
					<YResolution>75</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>100</XResolution>
					<YResolution>100</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>200</XResolution>
					<YResolution>200</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>300</XResolution>
					<YResolution>300</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>600</XResolution>
					<YResolution>600</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>1200</XResolution>
					<YResolution>1200</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>2400</XResolution>
					<YResolution>2400</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
			</SupportedResolutions>
		</
843
InputSourceCaps>
	</Platen>
	<Adf>
		<InputSourceCaps>
			<MinWidth>8</MinWidth>
			<MinHeight>8</MinHeight>
			<MaxWidth>2550</MaxWidth>
			<MaxHeight>4200</MaxHeight>
			<RiskyLeftMargin>16</RiskyLeftMargin>
			<RiskyRightMargin>0</RiskyRightMargin>
			<RiskyTopMargin>35</RiskyTopMargin>
			<RiskyBottomMargin>35</RiskyBottomMargin>
			<MinResolution>75</MinResolution>
			<MaxOpticalXResolution>600</MaxOpticalXResolution>
			<MaxOpticalYResolution>600</MaxOpticalYResolution>
			<SupportedResolutions>
				<Resolution>
					<XResolution>75</XResolution>
					<YResolution>75</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>100</XResolution>
					<YResolution>100</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>200</XResolution>
					<YResolution>200</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>300</XResolution>
					<YResolution>300</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
				<Resolution>
					<XResolution>600</XResolution>
					<YResolution>600</YResolution>
					<NumCcd>1</NumCcd>
					<ColorTypes>
						<ColorType>K1</ColorType>
						<ColorType>Gray8</ColorType>
						<ColorType>Color8</ColorType>
					</ColorTypes>
				</Resolution>
			</SupportedResolutions>
		</InputSourceCaps>
		<FeederCapacity>35</FeederCapacity>
		<AdfOptions>
			<AdfOption>DetectPaperLoaded</AdfOption>
		</AdfOptions>
	</Adf>
</ScanCaps>

0

GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1008
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestination xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:scantype="http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
	<dd:Name>FIXE</dd:Name>
	<dd3:Hostname>FIXE</dd3:Hostname>
	<wus:LinkType>Network</wus:LinkType>
	<wus:WalkupScanToCompSettings>
		<scantype:ScanSettings>
			<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>
		</scantype:ScanSettings>
		<wus:Shortcut>SavePDF</wus:Shortcut>
	</wus:WalkupScanToCompSettings>
</wus:WalkupScanToCompDestination>
GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /EventMgmt/EventTable HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-33"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

764
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>407-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-31</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-33</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
</ev:EventTable>

0

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 425
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>ScanRequested</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>
GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1008
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestination xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:scantype="http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
	<dd:Name>FIXE</dd:Name>
	<dd3:Hostname>FIXE</dd3:Hostname>
	<wus:LinkType>Network</wus:LinkType>
	<wus:WalkupScanToCompSettings>
		<scantype:ScanSettings>
			<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>
		</scantype:ScanSettings>
		<wus:Shortcut>SavePDF</wus:Shortcut>
	</wus:WalkupScanToCompSettings>
</wus:WalkupScanToCompDestination>
GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /EventMgmt/EventTable HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-33"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

764
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>407-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-31</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-33</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
</ev:EventTable>

0

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 425
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>ScanRequested</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>
GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

11B
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>Idle</ScannerState>
	<AdfState>Loaded</AdfState>
</ScanStatus>

0

POST /Scan/Jobs HTTP/1.1
Content-Length: 949
Content-Type: text/xml
HOST: 192.168.1.30:8080

<?xml version="1.0" encoding="UTF-8"?>
<ScanSettings xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 Scan Schema - 0.26.xsd">
	<XResolution>200</XResolution>
	<YResolution>200</YResolution>
	<XStart>33</XStart>
	<YStart>0</YStart>
	<Width>2481</Width>
	<Height>3507</Height>
	<Format>Jpeg</Format>
	<CompressionQFactor>0</CompressionQFactor>
	<ColorSpace>Color</ColorSpace>
	<BitDepth>8</BitDepth>
	<InputSource>Adf</InputSource>
	<GrayRendering>NTSC</GrayRendering>
	<ToneMap>
		<Gamma>1000</Gamma>
		<Brightness>1000</Brightness>
		<Contrast>1000</Contrast>
		<Highlite>179</Highlite>
		<Shadow>25</Shadow>
		<Threshold>0</Threshold>
	</ToneMap>
	<SharpeningLevel>128</SharpeningLevel>
	<NoiseRemoval>0</NoiseRemoval>
	<ContentType>Document</ContentType>
</ScanSettings>
HTTP/1.1 201 Created
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Location: http://192.168.1.30:8080/Jobs/JobList/6
Content-Length: 0
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

655
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PreScanPage>
     <PageNumber>1</PageNumber>
     <PageState>PreparingScan</PageState>
     <BufferInfo>
       <ScanSettings>
         <XResolution>200</XResolution>
         <YResolution>200</YResolution>
         <XStart>33</XStart>
         <YStart>0</YStart>
         <Width>2481</Width>
         <Height>3507</Height>
         <Format>Jpeg</Format>
         <CompressionQFactor>0</CompressionQFactor>
         <ColorSpace>Color</ColorSpace>
         <BitDepth>8</BitDepth>
         <InputSource>Adf</InputSource>
         <ContentType>Document</ContentType>
       </ScanSettings>
       <ImageWidth>1654</ImageWidth>
       <ImageHeight>2338</ImageHeight>
       <BytesPerLine>4962</BytesPerLine>
       <Cooked>enabled</Cooked>
     </BufferInfo>
     <BinaryURL>/Scan/Jobs/6/Pages/1</BinaryURL>
     <ImageOrientation>Normal</ImageOrientation>
   </PreScanPage>
</ScanJob>
</j:Job>

0

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

655
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PreScanPage>
     <PageNumber>1</PageNumber>
     <PageState>PreparingScan</PageState>
     <BufferInfo>
       <ScanSettings>
         <XResolution>200</XResolution>
         <YResolution>200</YResolution>
         <XStart>33</XStart>
         <YStart>0</YStart>
         <Width>2481</Width>
         <Height>3507</Height>
         <Format>Jpeg</Format>
         <CompressionQFactor>0</CompressionQFactor>
         <ColorSpace>Color</ColorSpace>
         <BitDepth>8</BitDepth>
         <InputSource>Adf</InputSource>
         <ContentType>Document</ContentType>
       </ScanSettings>
       <ImageWidth>1654</ImageWidth>
       <ImageHeight>2338</ImageHeight>
       <BytesPerLine>4962</BytesPerLine>
       <Cooked>enabled</Cooked>
     </BufferInfo>
     <BinaryURL>/Scan/Jobs/6/Pages/1</BinaryURL>
     <ImageOrientation>Normal</ImageOrientation>
   </PreScanPage>
</ScanJob>
</j:Job>

0

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

[... repeated many times ...]

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PreScanPage>
     <PageNumber>1</PageNumber>
     <PageState>ReadyToUpload</PageState>
     <BufferInfo>
       <ScanSettings>
         <XResolution>200</XResolution>
         <YResolution>200</YResolution>
         <XStart>33</XStart>
         <YStart>0</YStart>
         <Width>2481</Width>
         <Height>3507</Height>
         <Format>Jpeg</Format>
         <CompressionQFactor>0</CompressionQFactor>
         <ColorSpace>Color</ColorSpace>
         <BitDepth>8</BitDepth>
         <InputSource>Adf</InputSource>
         <ContentType>Document</ContentType>
       </ScanSettings>
       <ImageWidth>1654</ImageWidth>
       <ImageHeight>2338</ImageHeight>
       <BytesPerLine>4962</BytesPerLine>
       <Cooked>enabled</Cooked>
     </BufferInfo>
     <BinaryURL>/Scan/Jobs/6/Pages/1</BinaryURL>
     <ImageOrientation>Normal</ImageOrientation>
   </PreScanPage>
</ScanJob>
</j:Job>

0

GET /Scan/Jobs/6/Pages/1 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: image/jpeg
Cache-Control: max-age=180
Transfer-Encoding: chunked

8000
[... image data stream ... ]
0

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

37E
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PostScanPage>
     <PageNumber>1</PageNumber>
     <PageState>UploadCompleted</PageState>
     <TotalLines>2293</TotalLines>
   </PostScanPage>
</ScanJob>
</j:Job>

0

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

37E
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PostScanPage>
     <PageNumber>1</PageNumber>
     <PageState>UploadCompleted</PageState>
     <TotalLines>2293</TotalLines>
   </PostScanPage>
</ScanJob>
</j:Job>

0

GET /Jobs/JobList/6 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-11"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

37E
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<j:Job xmlns:j="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:fax="http://www.hp.com/schemas/imaging/con/fax/2008/06/13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd">
	<j:JobUrl>/Jobs/JobList/6</j:JobUrl>
	<j:JobCategory>Scan</j:JobCategory>
	<j:JobState>Processing</j:JobState>
	<j:JobStateUpdate>745-11</j:JobStateUpdate>
	<ScanJob xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
   <PostScanPage>
     <PageNumber>1</PageNumber>
     <PageState>UploadCompleted</PageState>
     <TotalLines>2293</TotalLines>
   </PostScanPage>
</ScanJob>
</j:Job>

0

GET /Scan/Status HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

125
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ScanStatus xmlns="http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19">
	<ScannerState>BusyWithScanJob</ScannerState>
	<AdfState>Empty</AdfState>
</ScanStatus>

0

GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091 HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 799
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestination xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:scantype="http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
	<dd:Name>FIXE</dd:Name>
	<dd3:Hostname>FIXE</dd3:Hostname>
	<wus:LinkType>Network</wus:LinkType>
</wus:WalkupScanToCompDestination>
GET /WalkupScanToComp/WalkupScanToCompDestinations HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 1402
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompDestinations xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:dd3="http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c94c4d3-fa93-1f08-8636-a01d48c5c091</dd:ResourceURI>
		<dd:Name>VAIO</dd:Name>
		<dd3:Hostname>VAIO</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>FIXE</dd:Name>
		<dd3:Hostname>FIXE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
	<wus:WalkupScanToCompDestination>
		<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091</dd:ResourceURI>
		<dd:Name>ARCHIVAGE</dd:Name>
		<dd3:Hostname>ARCHIVAGE</dd3:Hostname>
		<wus:LinkType>Network</wus:LinkType>
	</wus:WalkupScanToCompDestination>
</wus:WalkupScanToCompDestinations>
GET /EventMgmt/EventTable HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
ETag: "745-36"
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

764
<?xml version="1.0" encoding="UTF-8"?>
<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->
<ev:EventTable xmlns:ev="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16"                                                                 xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/"                                                                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                                                                                   xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd">
  <dd:Version>
    <dd:Revision>SVN.3295</dd:Revision>
  </dd:Version>
  <ev:Event>
    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>407-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-1</dd:AgingStamp>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-35</dd:AgingStamp>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c881fde-c4a0-1f08-822f-a01d48c5c091</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>
    </ev:Payload>
    <ev:Payload>
      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>
      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>
    </ev:Payload>
  </ev:Event>
  <ev:Event>
    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>
    <dd:AgingStamp>745-36</dd:AgingStamp>
  </ev:Event>
</ev:EventTable>

0

GET /WalkupScanToComp/WalkupScanToCompEvent HTTP/1.1
HOST: 192.168.1.30:8080

HTTP/1.1 200 OK
Server: HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}
Content-Type: text/xml
Content-Length: 429
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

<?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompEvent xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wus:WalkupScanToCompEventType>ScanPagesComplete</wus:WalkupScanToCompEventType>
</wus:WalkupScanToCompEvent>

And that's it... :-S

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

Could you rebuild the docker image and retry, I've added more logs

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Sure :

Running iteration: 0 - errorCount: 0
Host destinations fetched: FIXE, ARCHIVAGE
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091
Start listening for new ScanEvent
Scan event captured, saving scan

Then no logs anymore and printer times out, it seems waiting forever now

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

Seems to be lock inside

const destination = await TryGetDestination(event);

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

I've fixed that function (obvious infinite loop inside!) and added more debug logs. Yet still not understanding what's not working by comparing with to the traces you provided.

Could you rebuild the docker image and retry ?

@Philmo67
Copy link
Author

Philmo67 commented Sep 8, 2021

Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091,
Start listening for new ScanEvent,
Scan event captured, saving scan,
No shortcut yet available, attempt: 0/20,
No shortcut yet available, attempt: 1/20,
No shortcut yet available, attempt: 2/20,
No shortcut yet available, attempt: 3/20,
No shortcut yet available, attempt: 4/20,
No shortcut yet available, attempt: 5/20,
No shortcut yet available, attempt: 6/20,
No shortcut yet available, attempt: 7/20,
No shortcut yet available, attempt: 8/20,
No shortcut yet available, attempt: 9/20,
No shortcut yet available, attempt: 10/20,
No shortcut yet available, attempt: 11/20,
No shortcut yet available, attempt: 12/20,
No shortcut yet available, attempt: 13/20,
No shortcut yet available, attempt: 14/20,
No shortcut yet available, attempt: 15/20,
No shortcut yet available, attempt: 16/20,
No shortcut yet available, attempt: 17/20,
No shortcut yet available, attempt: 18/20,
No shortcut yet available, attempt: 19/20,
Failing to detect destination shortcut,
{"data":{"wus:WalkupScanToCompDestination":{"$":{"xsi:schemaLocation":"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd","xmlns:dd":"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/","xmlns:dd3":"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06","xmlns:scantype":"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17","xmlns:wus":"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance"},"dd:ResourceURI":["/WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091"],"dd:Name":["ARCHIVAGE"],"dd3:Hostname":["ARCHIVAGE"],"wus:LinkType":["Network"]}}},
No shortcut selected!,
Running iteration: 0 - errorCount: 0,
Host destinations fetched: VAIO, FIXE, ARCHIVAGE,
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c8560b7-b8e8-1f08-b47f-a01d48c5c091,
Start listening for new ScanEvent

@manuc66
Copy link
Owner

manuc66 commented Sep 8, 2021

There is no WalkupScanToCompSettings, but why...

@manuc66
Copy link
Owner

manuc66 commented Sep 10, 2021

I've added a new parameter "-D" that dump api call response in case it might be useful

I've also setup a Gitter channel, for this kind of troubleshooting it might be useful

If someone has this device and want to hack into the code... :)

@Philmo67
Copy link
Author

Hello, I rebuilt the container, is there a way to launch the app with "-D" within it ?

@manuc66
Copy link
Owner

manuc66 commented Sep 18, 2021

Hi @Philmo67 see #335 to launch in debug

Thanks again to @charlie89 !

@Philmo67
Copy link
Author

Philmo67 commented Sep 19, 2021

Thank you 👍

[cont-init.d] 10-adduser: executing... ,
usermod: no changes,
,
User uid:    1000,
User gid:    1000,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
Running iteration: 0 - errorCount: 0,
0001 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompCaps","method":"GET","responseType":"text"},
0001 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompCaps xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>\r\n\t<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>\r\n\t<wus:UserActionTimeout>\r\n\t\t<dd:ValueFloat>60</dd:ValueFloat>\r\n\t\t<dd:Unit>seconds</dd:Unit>\r\n\t</wus:UserActionTimeout>\r\n</wus:WalkupScanToCompCaps>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"675","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
0002 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"},
0002 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c853a7a-b845-1f08-b192-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>FIXE</dd:Name>\r\n\t\t<dd3:Hostname>FIXE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1105","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
Host destinations fetched: FIXE, ARCHIVAGE,
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091,
Start listening for new ScanEvent,
0003 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{}},
0003 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>407-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>749-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>749-3</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"749-3\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
0004 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"\"749-3\""}},
0004 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>749-4</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"749-4\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
Scan event captured, saving scan,
0005 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0005 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 1/20,
0006 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0006 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 2/20,
0007 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0007 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 3/20,
0008 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0008 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 4/20,
0009 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0009 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 5/20,
0010 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0010 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 6/20,
0011 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0011 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 7/20,
0012 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0012 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 8/20,
0013 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0013 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 9/20,
0014 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0014 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 10/20,
0015 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0015 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 11/20,
0016 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0016 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 12/20,
0017 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0017 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 13/20,
0018 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0018 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 14/20,
0019 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0019 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 15/20,
0020 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0020 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 16/20,
0021 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0021 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 17/20,
0022 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0022 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 18/20,
0023 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0023 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 19/20,
0024 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091","method":"GET","responseType":"text"},
0024 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"809","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
No shortcut yet available, attempt: 20/20,
Failing to detect destination shortcut,
{"data":{"wus:WalkupScanToCompDestination":{"$":{"xsi:schemaLocation":"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd","xmlns:dd":"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/","xmlns:dd3":"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06","xmlns:scantype":"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17","xmlns:wus":"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance"},"dd:ResourceURI":["/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091"],"dd:Name":["ARCHIVAGE"],"dd3:Hostname":["ARCHIVAGE"],"wus:LinkType":["Network"]}}},
No shortcut selected!,
Running iteration: 0 - errorCount: 0,
0025 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompCaps","method":"GET","responseType":"text"},
0025 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompCaps xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>\r\n\t<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>\r\n\t<wus:UserActionTimeout>\r\n\t\t<dd:ValueFloat>60</dd:ValueFloat>\r\n\t\t<dd:Unit>seconds</dd:Unit>\r\n\t</wus:UserActionTimeout>\r\n</wus:WalkupScanToCompCaps>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"675","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
0026 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"},
0026 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c853a7a-b845-1f08-b192-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>FIXE</dd:Name>\r\n\t\t<dd3:Hostname>FIXE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1105","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
Host destinations fetched: FIXE, ARCHIVAGE,
Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091,
Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091,
Start listening for new ScanEvent,
0027 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{}},
0027 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>407-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>749-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>749-4</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f41-b815-1f08-aa7e-a01d48c5c091</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"749-4\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"},
0028 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"\"749-4\""}}

@manuc66 manuc66 changed the title Officejet 6700 premium issue Officejet 6700 premium issue - No shortcut yet available Nov 18, 2021
@manuc66
Copy link
Owner

manuc66 commented Feb 5, 2022

@Philmo67 Since #409 has been merged and had the same issue, could you try again ?

@Philmo67
Copy link
Author

Hello, sorry for the late answer.
Now the scan is running smoothly, but I get an unreadable jpg file, whether I request a jpg or a pdf.
I will provide you with the traces as soon as possible.

@Philmo67
Copy link
Author

2022-02-18T16:16:52.993529070Z 0009 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n\t<wus:WalkupScanToCompSettings>\r\n\t\t<scantype:ScanSettings>\r\n\t\t\t<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>\r\n\t\t</scantype:ScanSettings>\r\n\t\t<wus:Shortcut>SavePDF</wus:Shortcut>\r\n\t</wus:WalkupScanToCompSettings>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1018","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:52.994605274Z Selected shortcut: SavePDF
2022-02-18T16:16:52.995018270Z 0010 -> {"baseURL":"http://192.168.1.30","url":"/Scan/Status","method":"GET","responseType":"text"}
2022-02-18T16:16:53.002577266Z 0010 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<ScanStatus xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r\n\t<ScannerState>Idle</ScannerState>\r\n\t<AdfState>Loaded</AdfState>\r\n</ScanStatus>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.003254643Z Afd is : Loaded
2022-02-18T16:16:53.509044646Z 0011 -> {"baseURL":"http://192.168.1.30:8080","url":"/Scan/Jobs","method":"POST","headers":{"Content-Type":"text/xml"},"data":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<ScanSettings xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 Scan Schema - 0.26.xsd\">\n\t<XResolution>200</XResolution>\n\t<YResolution>200</YResolution>\n\t<XStart>33</XStart>\n\t<YStart>0</YStart>\n\t<Width>2481</Width>\n\t<Height>3507</Height>\n\t<Format>Jpeg</Format>\n\t<CompressionQFactor>0</CompressionQFactor>\n\t<ColorSpace>Color</ColorSpace>\n\t<BitDepth>8</BitDepth>\n\t<InputSource>Adf</InputSource>\n\t<GrayRendering>NTSC</GrayRendering>\n\t<ToneMap>\n\t\t<Gamma>1000</Gamma>\n\t\t<Brightness>1000</Brightness>\n\t\t<Contrast>1000</Contrast>\n\t\t<Highlite>179</Highlite>\n\t\t<Shadow>25</Shadow>\n\t\t<Threshold>0</Threshold>\n\t</ToneMap>\n\t<SharpeningLevel>128</SharpeningLevel>\n\t<NoiseRemoval>0</NoiseRemoval>\n\t<ContentType>Photo</ContentType>\n</ScanSettings>","responseType":"text"}
2022-02-18T16:16:53.555517128Z 0011 <- {"status":201,"data":"","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","location":"http://192.168.1.30:8080/Jobs/JobList/5","content-length":"0","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"Created"}
2022-02-18T16:16:53.555658633Z New job created: http://192.168.1.30:8080/Jobs/JobList/5
2022-02-18T16:16:53.555885255Z 0012 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.562227353Z 0012 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.562850042Z 0013 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.569889006Z 0013 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.871113396Z 0014 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.877077267Z 0014 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.178170994Z 0015 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.184186582Z 0015 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.485282614Z 0016 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.491642412Z 0016 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.791710202Z 0017 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.797889706Z 0017 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.099023538Z 0018 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.105208680Z 0018 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.406371084Z 0019 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.412545376Z 0019 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.713678881Z 0020 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.719658731Z 0020 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.019885474Z 0021 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.038457822Z 0021 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.339549847Z 0022 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.345421930Z 0022 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.646594972Z 0023 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.652476806Z 0023 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.953466694Z 0024 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.959505682Z 0024 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.260445392Z 0025 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.266269546Z 0025 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.567318742Z 0026 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.574063977Z 0026 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.875113904Z 0027 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.880724537Z 0027 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.180802365Z 0028 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.186435636Z 0028 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.487441825Z 0029 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.493252911Z 0029 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.794253239Z 0030 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.799837252Z 0030 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.100786251Z 0031 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.106557987Z 0031 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.407462869Z 0032 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.413203506Z 0032 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.714853782Z 0033 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.720392227Z 0033 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.021289948Z 0034 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.039331624Z 0034 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.340110981Z 0035 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.345712953Z 0035 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.646563985Z 0036 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.652254054Z 0036 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.953157276Z 0037 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.958970362Z 0037 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.259886437Z 0038 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.265465520Z 0038 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.566364458Z 0039 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.572017138Z 0039 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.873010718Z 0040 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.878645929Z 0040 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.179587798Z 0041 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.185294317Z 0041 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.486194279Z 0042 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.491879528Z 0042 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.792848700Z 0043 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.798468451Z 0043 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>ReadyToUpload</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:03.099855725Z Ready to download page 1 at: /Scan/Jobs/5/Pages/1
2022-02-18T16:17:03.099883264Z Target folder: /scan
2022-02-18T16:17:23.539208134Z Page downloaded to: /scan/scan_20220218_051703.jpg
2022-02-18T16:17:23.539260702Z 0044 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:23.545999086Z 0044 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:23.847255794Z 0045 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:23.852552706Z 0045 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.153373301Z 0046 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.158699482Z 0046 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.459524146Z 0047 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.464793650Z 0047 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.765612266Z 0048 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.770587008Z 0048 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:25.071422595Z 0049 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:25.076508264Z 0049 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Completed</j:JobState>\r\n\t<j:JobStateUpdate>792-10</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-10\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:25.377363283Z Job state: Completed, totalPages: 1
2022-02-18T16:17:26.379307434Z Running iteration: 0 - errorCount: 0
2022-02-18T16:17:26.379364912Z 0050 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompCaps","method":"GET","responseType":"text"}
2022-02-18T16:17:26.396516486Z 0050 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompCaps xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>\r\n\t<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>\r\n\t<wus:UserActionTimeout>\r\n\t\t<dd:ValueFloat>60</dd:ValueFloat>\r\n\t\t<dd:Unit>seconds</dd:Unit>\r\n\t</wus:UserActionTimeout>\r\n</wus:WalkupScanToCompCaps>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"675","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.396540585Z 0051 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"}
2022-02-18T16:17:26.404837488Z 0051 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c853fc9-b85b-1f08-b136-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>FIXE</dd:Name>\r\n\t\t<dd3:Hostname>FIXE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1105","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.405065990Z Host destinations fetched: FIXE, ARCHIVAGE
2022-02-18T16:17:26.405077589Z Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091
2022-02-18T16:17:26.405080029Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091
2022-02-18T16:17:26.405089729Z Start listening for new ScanEvent
2022-02-18T16:17:26.405119238Z 0052 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{}}
2022-02-18T16:17:26.410196418Z 0052 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>407-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-26</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-27</dd:AgingStamp>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-27\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.410479928Z 0053 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"\"792-27\""}}
`2022-02-18T16:16:52.993529070Z 0009 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"http://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n\t<wus:WalkupScanToCompSettings>\r\n\t\t<scantype:ScanSettings>\r\n\t\t\t<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>\r\n\t\t</scantype:ScanSettings>\r\n\t\t<wus:Shortcut>SavePDF</wus:Shortcut>\r\n\t</wus:WalkupScanToCompSettings>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1018","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:52.994605274Z Selected shortcut: SavePDF
2022-02-18T16:16:52.995018270Z 0010 -> {"baseURL":"http://192.168.1.30","url":"/Scan/Status","method":"GET","responseType":"text"}
2022-02-18T16:16:53.002577266Z 0010 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<ScanStatus xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r\n\t<ScannerState>Idle</ScannerState>\r\n\t<AdfState>Loaded</AdfState>\r\n</ScanStatus>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.003254643Z Afd is : Loaded
2022-02-18T16:16:53.509044646Z 0011 -> {"baseURL":"http://192.168.1.30:8080","url":"/Scan/Jobs","method":"POST","headers":{"Content-Type":"text/xml"},"data":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<ScanSettings xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 Scan Schema - 0.26.xsd\">\n\t<XResolution>200</XResolution>\n\t<YResolution>200</YResolution>\n\t<XStart>33</XStart>\n\t<YStart>0</YStart>\n\t<Width>2481</Width>\n\t<Height>3507</Height>\n\t<Format>Jpeg</Format>\n\t<CompressionQFactor>0</CompressionQFactor>\n\t<ColorSpace>Color</ColorSpace>\n\t<BitDepth>8</BitDepth>\n\t<InputSource>Adf</InputSource>\n\t<GrayRendering>NTSC</GrayRendering>\n\t<ToneMap>\n\t\t<Gamma>1000</Gamma>\n\t\t<Brightness>1000</Brightness>\n\t\t<Contrast>1000</Contrast>\n\t\t<Highlite>179</Highlite>\n\t\t<Shadow>25</Shadow>\n\t\t<Threshold>0</Threshold>\n\t</ToneMap>\n\t<SharpeningLevel>128</SharpeningLevel>\n\t<NoiseRemoval>0</NoiseRemoval>\n\t<ContentType>Photo</ContentType>\n</ScanSettings>","responseType":"text"}
2022-02-18T16:16:53.555517128Z 0011 <- {"status":201,"data":"","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","location":"http://192.168.1.30:8080/Jobs/JobList/5","content-length":"0","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"Created"}
2022-02-18T16:16:53.555658633Z New job created: http://192.168.1.30:8080/Jobs/JobList/5
2022-02-18T16:16:53.555885255Z 0012 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.562227353Z 0012 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.562850042Z 0013 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.569889006Z 0013 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:53.871113396Z 0014 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:53.877077267Z 0014 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.178170994Z 0015 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.184186582Z 0015 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.485282614Z 0016 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.491642412Z 0016 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:54.791710202Z 0017 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:54.797889706Z 0017 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.099023538Z 0018 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.105208680Z 0018 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.406371084Z 0019 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.412545376Z 0019 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:55.713678881Z 0020 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:55.719658731Z 0020 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.019885474Z 0021 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.038457822Z 0021 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.339549847Z 0022 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.345421930Z 0022 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.646594972Z 0023 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.652476806Z 0023 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:56.953466694Z 0024 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:56.959505682Z 0024 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.260445392Z 0025 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.266269546Z 0025 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.567318742Z 0026 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.574063977Z 0026 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:57.875113904Z 0027 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:57.880724537Z 0027 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.180802365Z 0028 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.186435636Z 0028 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.487441825Z 0029 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.493252911Z 0029 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:58.794253239Z 0030 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:58.799837252Z 0030 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.100786251Z 0031 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.106557987Z 0031 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.407462869Z 0032 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.413203506Z 0032 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:16:59.714853782Z 0033 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:16:59.720392227Z 0033 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.021289948Z 0034 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.039331624Z 0034 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.340110981Z 0035 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.345712953Z 0035 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.646563985Z 0036 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.652254054Z 0036 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:00.953157276Z 0037 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:00.958970362Z 0037 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.259886437Z 0038 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.265465520Z 0038 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.566364458Z 0039 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.572017138Z 0039 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:01.873010718Z 0040 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:01.878645929Z 0040 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.179587798Z 0041 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.185294317Z 0041 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.486194279Z 0042 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.491879528Z 0042 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:02.792848700Z 0043 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:02.798468451Z 0043 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>ReadyToUpload</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>33</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Adf</InputSource>\r         <ContentType>Photo</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>enabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/5/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r   </PreScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:03.099855725Z Ready to download page 1 at: /Scan/Jobs/5/Pages/1
2022-02-18T16:17:03.099883264Z Target folder: /scan
2022-02-18T16:17:23.539208134Z Page downloaded to: /scan/scan_20220218_051703.jpg
2022-02-18T16:17:23.539260702Z 0044 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:23.545999086Z 0044 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:23.847255794Z 0045 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:23.852552706Z 0045 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.153373301Z 0046 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.158699482Z 0046 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.459524146Z 0047 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.464793650Z 0047 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:24.765612266Z 0048 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:24.770587008Z 0048 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>792-9</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-9\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:25.071422595Z 0049 -> {"url":"http://192.168.1.30:8080/Jobs/JobList/5","method":"GET","responseType":"text"}
2022-02-18T16:17:25.076508264Z 0049 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"http://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/5</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Completed</j:JobState>\r\n\t<j:JobStateUpdate>792-10</j:JobStateUpdate>\r\n\t<ScanJob xmlns=\"http://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r   <PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2304</TotalLines>\r   </PostScanPage>\r</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-10\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:25.377363283Z Job state: Completed, totalPages: 1
2022-02-18T16:17:26.379307434Z Running iteration: 0 - errorCount: 0
2022-02-18T16:17:26.379364912Z 0050 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompCaps","method":"GET","responseType":"text"}
2022-02-18T16:17:26.396516486Z 0050 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompCaps xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>\r\n\t<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>\r\n\t<wus:UserActionTimeout>\r\n\t\t<dd:ValueFloat>60</dd:ValueFloat>\r\n\t\t<dd:Unit>seconds</dd:Unit>\r\n\t</wus:UserActionTimeout>\r\n</wus:WalkupScanToCompCaps>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"675","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.396540585Z 0051 -> {"baseURL":"http://192.168.1.30","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"}
2022-02-18T16:17:26.404837488Z 0051 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd\" xmlns:wus=\"http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"http://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c853fc9-b85b-1f08-b136-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>FIXE</dd:Name>\r\n\t\t<dd3:Hostname>FIXE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n\t\t<dd:Name>ARCHIVAGE</dd:Name>\r\n\t\t<dd3:Hostname>ARCHIVAGE</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","content-length":"1105","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.405065990Z Host destinations fetched: FIXE, ARCHIVAGE
2022-02-18T16:17:26.405077589Z Re-using existing destination: ARCHIVAGE - /WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091
2022-02-18T16:17:26.405080029Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091
2022-02-18T16:17:26.405089729Z Start listening for new ScanEvent
2022-02-18T16:17:26.405119238Z 0052 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{}}
2022-02-18T16:17:26.410196418Z 0052 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"http://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"http://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/ledmEvents.xsd                                 http://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>407-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-26</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/1c852f99-b816-1f08-9650-a01d48c5c091</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>792-27</dd:AgingStamp>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"HP HTTP Server; HP Officejet 6700 - CN583A; Serial Number: CN46SDS08605RQ; Margarita_premium_pendiag_mp2 Built:Thu Mar 12, 2020 06:17:28AM {MPM5CN2011AR, ASIC id 0x003a0008}","content-type":"text/xml","etag":"\"792-27\"","transfer-encoding":"chunked","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2022-02-18T16:17:26.410479928Z 0053 -> {"baseURL":"http://192.168.1.30","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"\"792-27\""}}

@manuc66
Copy link
Owner

manuc66 commented Feb 18, 2022

@Philmo67 this is good news !

I saw that your scan are made from the document feeder, could you try to scan from the glass directly ?

I've the same issue as you when scanning from document feed, see : #413

@Philmo67
Copy link
Author

I didn't see the ADF issue, sorry...

Good news: by not using ADF, I also get readable jpg files :-)

However, I also get jpg files when I use the "Save as PDF" action. Wouldn't the conversion to pdf be done on the printer?

@manuc66
Copy link
Owner

manuc66 commented Feb 18, 2022

No worries ;-)

As far as I know, the printer does not support sending pdf.

I'm going to close this issue because Officejet 6700 premium is working in the same way as other printer does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants