Hey.
after creating an old asp.net service, we were able to consume it in a different project using the add service reference tool. it would create the proxy api and objects.
is there a way to do the same with asp.net 5 service?
does asp.net 5 service expose wsdl or wadl so that other clients will be able to generate the proxy automatically?
Thanks