Can someone help me figure out the XPATH of the node that contains “DISK SENT”?
 
Thanks!
Chad
 
<?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>
  <ns1:jobStatusResponse 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="http://DefaultNamespace";>
   <jobStatusReturn xsi:type="ns2:QueryBean" 
xmlns:ns2="http://rpc.xml.coldfusion";>
    <columnList soapenc:arrayType="xsd:string[1]" xsi:type="soapenc:Array" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
     <columnList xsi:type="xsd:string">PRODUCTIONSTATUS</columnList>
    </columnList>
    <data soapenc:arrayType="xsd:anyType[][1]" xsi:type="soapenc:Array" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
     <data soapenc:arrayType="xsd:anyType[1]" xsi:type="soapenc:Array">
      <data xsi:type="soapenc:string">DISK SENT</data>
     </data>
    </data>
   </jobStatusReturn>
  </ns1:jobStatusResponse>
 </soapenv:Body>
</soapenv:Envelop

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334006
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to