Is there a way to specify a WSE3 proxy in the config file instead of code. I figured out how to get it working in code as follows:
valservice.Proxy = new System.Net.WebProxy("http://10.192.xx.xx:8080", true);
Details: I have a WCF wrapper web service that is calling a WSE3 external vendor web service. The WSE3 code was working fine when called from a form, but not when running under IIS as another web service.