Hi,
I have a problem using Xerces through a proxy. I try to validate XML
document using DOM parser and schema file from a web. It was timing out so I
put following code
Properties props = System.getProperties();
props.put("proxyHost", "gateway");
props.put("proxyPort", "8888");
props.put("proxySet","true");
before I start parsing. Anyway connection times out and parser cannot find
schema. What am I doing wrong? Thank you
Tomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]