I am creating a wcf service with wsHttp and nettcp service endpoints and then adding a service reference to it in a client app and in advanced setting for that service reference checking "Generate Asynchronous Operations"
I am finding only basicHttp endpoints for the service get added to the app/web config for the client app. Nettcp and wsHttp endpoints to the service do not get added.
How do I correct this so I get netTcp and wshttp endpoints to generate in the app config/ web config for the client app.