Question

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.

Was it helpful?

Solution

Any reason why you cannot use the normal appSettings for this?

See an example here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top