I\'m trying to publish a wcf service using nettcpbinding. I want to publish metadata, using ?wsdl. I added the following line to the config file:
You need to publish service metadata via http for wsdl. Add the following tag to the
You will also need to specify an http address where the service metadata in wsdl will be available from. Add this to the
Then if you go to http://localhost:8000/Service1?wsdl, you should see the wsdl for your service.