我正在尝试从 WSDL 创建工作 CS 文件 - 我的命令是:
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,但带有以下消息:
Warning: This web reference does not conform to WS-I Basic Profile v1.1
许多警告说命名空间' http://schemas.microsoft.com/2003/10/Serialization '是不恰当的。Ofc 生成的 CS 没用,因为我无法用它连接到 CRM。有没有人成功连接到 CRM 2016?