hi,
im trying to use ARR to work as proxy/gateway server that will hide our internal application infrastructure from connecting clients and also serve as one access point to our applications from outside world
my problem is, that i don't know if it's possible to use ARR or/and URL Rewriter to replace all url's in response content pointing to hidden servers with url pointing to proxy server
the problem i have is WSDL from WCF web services, that contains url's to hidden servers and becouse of that is usless outside proxy/gateway
i know that i could use external WSDL for my services that will contain url's to proxy server but i don't want to change existing services and applications to be aware of proxy server, instead i would prefer that the fact that some request are coming through proxy server will be transparent to existing services/applications
thx,