URL Rewrite in IIS7 Web Service - WebService.asmx => WebService in the SOAP doc
Posted
by
Robert Kaucher
on Server Fault
See other posts from Server Fault
or by Robert Kaucher
Published on 2010-10-19T12:48:42Z
Indexed on
2012/09/25
3:40 UTC
Read the original article
Hit count: 963
I have an IIS7.5 (Server 2008 R2) based web service that I would like to make as independant on the current implementations technology as possible. I am using the URL rewrite module (http://learn.iis.net/page.aspx/734/url-rewrite-module/) to remove the .asmx portion of the URL and that is working fine for the HTTP request portion. However, I still see .asmx in the WSDL file when I access it. I was wondering if anyone has done this and if so, what advice could be offered.
It doesn't seem like a hard problem to solve. But I have tries a number of things with "custom tags" and can't seem to get it working to save my life.
© Server Fault or respective owner