We have a web service which is deployed which is beyond Microsoft TMG. If I try to POST the SOAP data using HttpRequest I am able to get the response. The problem is I am unable to access the same though the client accessing the web service (I believe the TMG is rejecting). I tried the below steps to pass the authentication 1) Passing credentials using Network Credentials 2) Passing Credential Cache using BASIC authentication 3) But trying to post the HTTP using Fiddler it works. Is there any option that I can get the response back to client from web service.
Thanks In Advance