gpt4 book ai didi

.net - 如何将microsoft crm与delphi连接?

转载 作者:行者123 更新时间:2023-12-02 13:47:51 25 4
gpt4 key购买 nike

我想使用 delphi 7 或 2007 连接到 microsoft crm

wsdl = http://crm/mscrmservices/2007/crmservice.asmx

我的代码

  token := CrmAuthenticationToken.Create;
token.OrganizationName := 'test';
token.AuthenticationType := 0;
service := GetCrmServiceSoap();
customer := contact3.Create;
customer.salutation := 'test';
customer.lastname := 'test';
customer.jobtitle := 'test';
customer.telephone1 := 'test';
customer.emailaddress1 := 'test';
gid := service.Create(customer);
showmessage(gid);

服务询问用户名和密码,我正在输入我的域用户名和密码,但不起作用,服务再次询问?当我取消用户名和密码对话框时,我收到此错误消息“401 Unauthorized”请帮助我

最佳答案

使用“domain\username”作为 HTTPRio 组件中的用户名属性。

参见:How can I use NTLM authentication in a Delphi SOAP Web Service client?

关于.net - 如何将microsoft crm与delphi连接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3098884/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com