Hi Dondre,
>> Is it possible to use WSDL 2.0 as a service reference at all in Visual Studio?
In my option, it would not work for you. Add Service Reference uses WSDL of metadata or ws-metadataExchange, and rest service does not have metadata. If you have a WCF Service which is 4.0 or later, it will add a default basicHttpEndpoint, which means you
could add a service reference, but it describes service for SOAP Service instead of rest service.
To create an SDK for rest service, I suggest you try rest service help page. You could refer the link below:
WCF Web HTTP Service Help Page
https://msdn.microsoft.com/en-us/library/ee230442.aspx
In addition, for .net 4.5, you may need to use “<webHttp helpEnabled="true" />”.
Best Regards,
Edward
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.