static wsdl for a certain end point
Posted
by Costa
on Stack Overflow
See other posts from Stack Overflow
or by Costa
Published on 2010-05-11T10:42:48Z
Indexed on
2010/05/11
10:44 UTC
Read the original article
Hit count: 199
wcf
|wcfservice
Hi
A certain EndPoint in a web service is not likely to change a lot, also it had a problem which we worked around by putting a static wsdl to the whole web service like this
<serviceMetadata httpGetEnabled="true" httpGetUrl="" externalMetadataLocation="http://IP:8250/wsdl.xml"/>
Now I want the rest of end points to have a wsdl dynamically created, and one end point which require a static WSDL.
I think this is impossible because there is one WSDL per WCF service.
© Stack Overflow or respective owner