View Single Post
Old 02-04-2008   #1 (permalink)
masoud bayan
Guest


 

Metadata URL is not correct in IIS

Hi,

I have a WCF service hosted in IIS6. While I can browse ../Primary.svc on
the web (out of box) and it is accessible but WSDL URL has servers' network
name and not actual URL. It means I get:
http://server44:90/Services/Primary.svc?wsdl which is not accessible out of
box.
It seems IIS does not use <host> <baseAddresses> for metadata. Also when I
try to assign URL to
<serviceMetadata httpGetEnabled="true"
httpGetUrl="http://ww.abc.com:90/Services/primary.svc"/>
it complains that this address is already registered.

Any advice appreciated?

Thanks