Hi, I am having problems with xerces when trying to retrieve a schema from a url that is outside my domain, the problem is simply that xerces tried to connect directly to the URL instead of going through a proxy. My problem is basically how do i configure it so that xerces know that it should be connecting to the internet through a certain proxy. I am not sure if this is a configuration problem with xerces or simply some lines of code I should be putting at the start of my application, as I have never used either Xerces or C++ before and am simply learning as i go along.
Apologies if this is simply a c++ question and nothi
