static wsdl for a certain end point
- by Costa
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.