11-19-2015 04:48 AM - edited 11-19-2015 08:49 AM
Hi
Where should we setup Proxy info for a Value provider that need to retrieve data from over internet?
is there a .config file to look at? anyone already faced the same issue?
Our Value provider works well in our developpement environment but on the server at customer place it seems that our queries can't reach the proxy to go then into the internet. All servers in this case, in this company aren't able to take proxy parameters from internet explorer. So we should find another way to retieve the proxy value.
Do we have to explicitly setup the proxy in the value provider code? maybe around IIS parameters? or around GMSC parameters? as java properties sent to the VM??
Thank you for any advice.
David
Solved! Go to Solution.
11-20-2015 02:48 AM - edited 11-20-2015 02:49 AM
hi
We had to change the web.config (see below) that is in the Workflow directory where the dll of the value provider is.
<system.net> <defaultProxy> <proxy proxyaddress="http://ipadresse: port" bypassonlocal="true" /> </defaultProxy> </system.net>
Regards
David