dynamics crm 2011 - ADFS endpoint issue -
i trying access crm 2011 org like:
using (organizationservice service = new organizationservice("crmconnection")) { }
the connectionstring looks like:
<connectionstrings> <add name="crmconnection" connectionstring="server=https://ourdomainname.ourdomainname.com;username=theuser;password=thepass" /> </connectionstrings>
when run code throws below error:
there no endpoint listening @ http://adfslogin.ourdomainname.com/adfs/services/trust/13/username accept message. caused incorrect address or soap action.
please note can access url in ie using same credentials specified in web.config.
can point out missing causing issue?
please refer this: http://www.powerobjects.com/blog/2014/04/22/error-adfsifd-url-dynamics-crm/
it doesn't work, in cases does. idea make sure enough iisresets , reconfigurations possible , in different orders make sure right one.
the steps described in article good, reason crm doesn't listen commands give it.
another way handle disable username endpoint causing issue (the 1 ws-trust 1.3). worked in 1 of cases, while first solution worked in others.
for second solution refer ms kb: http://support2.microsoft.com/kb/2912175
Comments
Post a Comment