I have a client application developed in .NET, I am not able to call a WS through the URL that was passed by my provider. I ran the test using SOAP UI and it worked perfectly, I received the answer without any problems, but my application only works when I am monitoring the connection using FIDDLER. I already checked the following point:
I have already researched that Fiddler makes a copy of the PROXY settings on my machine, but I can not understand why Fiddler works and without it it does not work anymore. Note: last year this app already existed and worked perfectly, we had to stop it for a year and now when trying to resume I'm having this problem.
The error message I get is: The request failed with HTTP status 502: Proxy Error (Forefront TMG denied the specified Uniform Resource Locator (URL).)
PS: I did not put the source of the call because I do not have it now, it stays with another team but I can manage to be of the utmost importance.