I tried the example program from the Developers Guide (Example1) and it
worked fine on my home machine where I have Xindice server running.
Behind a firewall at work I get error code 1 (VENDOR_ERROR).
I added this to Example1:
System.getProperties().put( "proxySet", "true" );
System.getProperties().put( "proxyHost", "www2.mc.xerox.com" );
System.getProperties().put( "proxyPort", "8000" );
I also tried using the -D option on the java command line to do the same
thing.
What am I missing?
Thanks,
Russ