K
Kenneth Jonsson
My customer uses automatic proxy settings, from a configuration script, as
defined in Internet Explorer / Internet options / LAN settings. My program,
in C++, can not connect to my web services server using a
HttpConnector30object, even though I have stated:
soapConnector->Property["ProxyServer"] = _T("<CURRENT_USER>");
soapConnector->Property["EnableAutoProxy"] = _T("TRUE");
However, if the user defines proxy server settings as adressort my program
succeeds to connect. Connect through IE works with automatic setting.
Question: Is there a way to make my SOAP connect to use automatic proxy
setting in the configuration file, the same way as IE does?
--
Kenneth Jonsson
Signifikant Svenska AB
Industrivägen 19
SE-171 48 Solna
Sweden
Tel: +46 76 858 00 15
defined in Internet Explorer / Internet options / LAN settings. My program,
in C++, can not connect to my web services server using a
HttpConnector30object, even though I have stated:
soapConnector->Property["ProxyServer"] = _T("<CURRENT_USER>");
soapConnector->Property["EnableAutoProxy"] = _T("TRUE");
However, if the user defines proxy server settings as adressort my program
succeeds to connect. Connect through IE works with automatic setting.
Question: Is there a way to make my SOAP connect to use automatic proxy
setting in the configuration file, the same way as IE does?
--
Kenneth Jonsson
Signifikant Svenska AB
Industrivägen 19
SE-171 48 Solna
Sweden
Tel: +46 76 858 00 15