XMLPARSER.Parse time out setting?

From: Joe Drifter <cnermo_at_hotmail.com>
Date: 4 Sep 2003 15:01:16 -0700
Message-ID: <c96666d1.0309041401.19352d1c_at_posting.google.com>



I am parsing a webservice from an oracle stored procedure. example:
 parser := xmlparser.newParser;
 xmlparser.setValidationMode(parser,false) ; URL := 'http://www.someaddress/tracsquery.cfm?state_id=03CA5%20500000'; URL := replace(trim(URL), ' ' , '%20');
 xmlmsg := xmlparser.parse(TRIM(url));

Works fine id the web service is not busy. However, If this web servvice is busy or not responding the oracle procedure hangs.
Does anyone if you can set a timeout for the parser? Received on Fri Sep 05 2003 - 00:01:16 CEST

Original text of this message