OK Found out that the proxy address is wrong, that was the address of a script that configures the browser with the actual proxy location. I have now got the correct address. Still waiting to confirm that 80, and 443 are open to out bound communication
from our engineering team, but my new issue is the open command just hangs, endlessly not returning. This is on the service not client.
I see there are other threads, about this issue but I still have not found any that address what the issue is. I have tried adding tracing and I get a warning "The TCP connect operation failed.
Exception Type: System.ServiceModel.EndpointNotFoundException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message: Could not connect to net.tcp://watchdog.servicebus.windows.net:9350/. The connection attempt lasted for a time span of 00:00:21.1714685. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after
a period of time, or established connection failed because connected host has failed to respond 70.37.103.187:9350.
Then it thows the exception (above)
get a couple more warnings Failed to open channel.., and Faulted System.ServiceModel.channel.. but the exception above looks to be the issue.
Is this still a proxy server error?