Recent content by bwoolsey

  1. B

    Using READ-XML

    The issue is if the XML file is formatted: <?xml version="1.0"?> <PingRequest> <TimeStamp>2011-09-21</TimeStamp> <MsgID>55555</Msgid> </PingRequest> the READ-XML fails to return any data BUT if the format is: <?xml version="1.0"?> <PingRequest> <PingEntry>...
  2. B

    Using READ-XML

    I am using READ-XML to populate a DATASET. Everything works fine until I try to read an XML file that does not contain an "ENTRY" element. It is just a "PING" request from the system I am communicating with and it only contains a "timestamp" element and a "msgid". The READ-XML will execute...
Back
Top