JamesBowen
19+ years progress programming and still learning.
Hi Progress gurus.
I have written a simple SAX reader using the PROGRESS SAX-READER in Progress 10.0B which reads an XML file from a URL (not a file or mempt).
The code works!.
However the problem I am having is how do I get the PROGRESS to connect to the URL via proxy?
I know there are client start up parameters -proxyport & -proxyhost which I think is used as part of webclient. As a long shot I tried that but it did not work.
I could also write my own socket program to GET the xml file and save it to disk. But I just can't be bothered to go to that extreme and filtering header information.
Any suggestions.
Thanks.
I have written a simple SAX reader using the PROGRESS SAX-READER in Progress 10.0B which reads an XML file from a URL (not a file or mempt).
The code works!.
However the problem I am having is how do I get the PROGRESS to connect to the URL via proxy?
I know there are client start up parameters -proxyport & -proxyhost which I think is used as part of webclient. As a long shot I tried that but it did not work.
I could also write my own socket program to GET the xml file and save it to disk. But I just can't be bothered to go to that extreme and filtering header information.
Any suggestions.
Thanks.