PS> Successful PSI SOAP conversation! :)

PS> Successful PSI SOAP conversation! :)

HALL,DAVID (HP-Vancouver,ex1) dhall at hp.com
Wed Mar 5 14:55:08 EST 2003


Hey All!

We've gotten our first successful SOAP interaction between our JUnit test
harness and our server!  :)

Here's a dump of the conversation.  There is some clean-up to do to make it
fully PSI spec compliant, but it should give you an idea of the client ->
server
interaction.  (Note that this box is not publicly accessible.  We hope to
have a public ally accessible deployment for preliminary interops sometime
in the next couple of weeks.)

The basic set of calls are as follows:
1.  HTTP request on PSI ServiceRootURL returns
http://vcsdhall4.vcd.hp.com:3701/axis/services/QueryEndPointsInterface
2.  QueryInterfaceDefinition(JobControlInterface) returns
http://vcsdhall4.vcd.hp.com:3701/axis/services/JobControlInterface
3.  CreateJob, AddDocumentByReference
4.  Go into polling loop, calling GetJobElements, looking for completed
state

Dave


tcpTrace version 0.6.0.648
Copyright 2000-2001 Simon Fell & Matt Humphrey. All rights reserved.

Log Started, 03/05/2003 11:16:55:0484

Logged at, 03/05/2003 11:17:01:0671


GET /psi/0.95 HTTP/1.1
User-Agent: Java/1.4.1_01
Host: localhost:3701
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 70
Date: Wed, 05 Mar 2003 19:17:01 GMT
Server: Apache Coyote/1.0

http://vcsdhall4.vcd.hp.com:3701/axis/services/QueryEndPointsInterface

Connection Opened, 03/05/2003 11:17:01:0640
Connection Closed, 03/05/2003 11:17:01:0671
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 950
# Bytes Server -> Client, 766
Client Data, POST /axis/services/QueryEndPointsInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "QueryInterfaceDefinition"
Content-Length: 618

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <QueryInterfaceDefinition xmlns="http://www.pwg.org/ps/latest/">
   <InterfaceIdentifier>
    <name xmlns="">JobControlInterface</name>
    <namespace xsi:nil="true" xmlns=""/>
    <version xmlns="">0.95</version>
    <dataModel xmlns="">pwg-sm</dataModel>
    <secure xmlns="">false</secure>
   </InterfaceIdentifier>
  </QueryInterfaceDefinition>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:01 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <QueryInterfaceDefinitionResponse xmlns="http://www.pwg.org/ps/latest/">
   <InterfaceEndPointURI
xmlns="">http://vcsdhall4.vcd.hp.com:3701/axis/services/JobControlInterface<
/InterfaceEndPointURI>
   <InterfaceWSDLURL
xmlns="">http://vcsdhall4.vcd.hp.com:3701/axis/services/JobControlInterface/
wsdl</InterfaceWSDLURL>
  </QueryInterfaceDefinitionResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:03:0671
Connection Opened, 03/05/2003 11:17:03:0359
Connection Closed, 03/05/2003 11:17:03:0671
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 1343
# Bytes Server -> Client, 601
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "CreateJob"
Content-Length: 1029

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <CreateJob xmlns="http://www.pwg.org/ps/latest/">
   <targetDeviceIdentifier
xmlns="">pwg-unc://mep-print-serv/null</targetDeviceIdentifier>
   <deliverToTargetDevice xsi:type="xsd:boolean"
xmlns="">true</deliverToTargetDevice>
   <requestedTargetDeviceDataType xsi:nil="true" xmlns=""/>
   <jobDescription xmlns="">
    <ns1:ElementFidelity
xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">false</ns1:ElementFidelity>
    <ns2:JobName xmlns:ns2="http://www.pwg.org/schemas/sm/0.90/">Example PSI
Job</ns2:JobName>
    <ns3:JobOriginatingUserName
xmlns:ns3="http://www.pwg.org/schemas/sm/0.90/">PSI
User</ns3:JobOriginatingUserName>
   </jobDescription>
   <jobProcessing xsi:nil="true" xmlns=""/>
   <documentProcessing xsi:nil="true" xmlns=""/>
  </CreateJob>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:03 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <CreateJobResponse xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <unsupportedElements xmlns=""/>
  </CreateJobResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:03:0781
Connection Opened, 03/05/2003 11:17:03:0703
Connection Closed, 03/05/2003 11:17:03:0781
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 986
# Bytes Server -> Client, 637
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "AddDocumentByReference"
Content-Length: 660

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <AddDocumentByReference xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <reference xmlns="">http://www.pwg.org/ps</reference>
   <documentDescription xsi:nil="true" xmlns=""/>
   <documentProcessing xsi:nil="true" xmlns=""/>
   <lastDocument xsi:type="xsd:boolean" xmlns="">true</lastDocument>
  </AddDocumentByReference>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:03 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <AddDocumentByReferenceResponse xmlns="http://www.pwg.org/ps/latest/">
   <documentURI
xmlns="">urn:uuid:ad5309e1-cacf-46d5-a3ca-ea0cf0982177</documentURI>
   <unsupportedElements xmlns=""/>
  </AddDocumentByReferenceResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:04:0218
Connection Opened, 03/05/2003 11:17:03:0843
Connection Closed, 03/05/2003 11:17:04:0218
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 659
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:03 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>pending</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:05:0265
Connection Opened, 03/05/2003 11:17:05:0234
Connection Closed, 03/05/2003 11:17:05:0265
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 659
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:05 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>pending</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:06:0312
Connection Opened, 03/05/2003 11:17:06:0265
Connection Closed, 03/05/2003 11:17:06:0312
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 659
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:06 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>pending</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:07:0421
Connection Opened, 03/05/2003 11:17:07:0375
Connection Closed, 03/05/2003 11:17:07:0421
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:07 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:08:0468
Connection Opened, 03/05/2003 11:17:08:0421
Connection Closed, 03/05/2003 11:17:08:0468
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:08 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:09:0531
Connection Opened, 03/05/2003 11:17:09:0484
Connection Closed, 03/05/2003 11:17:09:0531
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:09 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:10:0593
Connection Opened, 03/05/2003 11:17:10:0546
Connection Closed, 03/05/2003 11:17:10:0593
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:10 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:11:0562
Connection Opened, 03/05/2003 11:17:01:0562
Connection Closed, 03/05/2003 11:17:11:0562
Source, 127.0.0.1
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 161
# Bytes Server -> Client, 199
Client Data, GET /psi/0.95 HTTP/1.1
User-Agent: Java/1.4.1_01
Host: localhost:3701
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive


Server Data, HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 70
Date: Wed, 05 Mar 2003 19:17:01 GMT
Server: Apache Coyote/1.0

http://vcsdhall4.vcd.hp.com:3701/axis/services/QueryEndPointsInterface

Logged at, 03/05/2003 11:17:11:0687
Connection Opened, 03/05/2003 11:17:11:0656
Connection Closed, 03/05/2003 11:17:11:0687
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:11 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:12:0750
Connection Opened, 03/05/2003 11:17:12:0703
Connection Closed, 03/05/2003 11:17:12:0750
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:12 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:13:0796
Connection Opened, 03/05/2003 11:17:13:0750
Connection Closed, 03/05/2003 11:17:13:0796
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:13 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:14:0859
Connection Opened, 03/05/2003 11:17:14:0812
Connection Closed, 03/05/2003 11:17:14:0859
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:14 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:15:0906
Connection Opened, 03/05/2003 11:17:15:0859
Connection Closed, 03/05/2003 11:17:15:0906
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:15 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:17:0031
Connection Opened, 03/05/2003 11:17:16:0984
Connection Closed, 03/05/2003 11:17:17:0031
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:17 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:18:0078
Connection Opened, 03/05/2003 11:17:18:0046
Connection Closed, 03/05/2003 11:17:18:0078
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:18 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:19:0125
Connection Opened, 03/05/2003 11:17:19:0093
Connection Closed, 03/05/2003 11:17:19:0125
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:19 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:20:0312
Connection Opened, 03/05/2003 11:17:20:0281
Connection Closed, 03/05/2003 11:17:20:0312
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:20 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:21:0343
Connection Opened, 03/05/2003 11:17:21:0312
Connection Closed, 03/05/2003 11:17:21:0343
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:21 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:22:0375
Connection Opened, 03/05/2003 11:17:22:0359
Connection Closed, 03/05/2003 11:17:22:0375
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:22 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:23:0437
Connection Opened, 03/05/2003 11:17:23:0390
Connection Closed, 03/05/2003 11:17:23:0437
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 662
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:23 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>

Logged at, 03/05/2003 11:17:24:0531
Connection Opened, 03/05/2003 11:17:24:0515
Connection Closed, 03/05/2003 11:17:24:0531
Source, 15.252.61.72
Destination, vcsdhall4.vcd.hp.com:3700
# Bytes Client -> Server, 927
# Bytes Server -> Client, 661
Client Data, POST /axis/services/JobControlInterface HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: vcsdhall4.vcd.hp.com:3701
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "GetJobElements"
Content-Length: 609

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElements xmlns="http://www.pwg.org/ps/latest/">
   <jobURI xmlns="">urn:uuid:61033211-f6e0-47fb-8eed-e4d864f4a25f</jobURI>
   <requestedElements xmlns="">
    <ns1:JobStatus xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
     <ns1:JobState>processing</ns1:JobState>
    </ns1:JobStatus>
   </requestedElements>
  </GetJobElements>
 </soapenv:Body>
</soapenv:Envelope>
Server Data, HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Date: Wed, 05 Mar 2003 19:17:24 GMT
Server: Apache Coyote/1.0
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <GetJobElementsResponse xmlns="http://www.pwg.org/ps/latest/">
   <ns1:Job xmlns:ns1="http://www.pwg.org/schemas/sm/0.90/">
    <ns1:JobStatus>
     <ns1:JobState>completed</ns1:JobState>
    </ns1:JobStatus>
   </ns1:Job>
  </GetJobElementsResponse>
 </soapenv:Body>
</soapenv:Envelope>







More information about the Ps mailing list