I'm trying to create working CS file from WSDL - my command is:
C:\Program Files (x86)\Microsoft Visual Studio 14.0>wsdl /out:"f:\tmp\crmws.cs" http://myserver/myorg/XRMServices/2011/Organization.svc?singleWsdl /u:user /p:pass /d:dom
CS is being generated but with following messege:
Warning: This web reference does not conform to WS-I Basic Profile v1.1
And many warnings saying that namespace 'http://schemas.microsoft.com/2003/10/Serialization' is improper. Ofc generated CS is useless because I can't connect to CRM with it. Does anyone succeded with connection like this to CRM 2016?