Hello,
I tried to built a webservice to connect php to Dynamics. I tried different examples but none of them worked. In the example from the Microsoft Training KIT (http://www.microsoft.com/en-us/download/details.aspx?id=23416) I get the binaryDAToken, but not the Security Token:
If I use Username: name@myorga.onmicrosoft.com and the EndpointReference: crmemea:dynamics.com The error message is: The partner DNS used in the login request cannot be found.
if I use portal.microsoftonline.com as EndpointReference the error message is: The entered and stored passwords do not match.
if I use my live ID name@live.de I get a security token. But this live account is not connected with Dyamics -> I can’t do anything
Can anybody help me? Has anybody an example to connect php to Dynamics? Please help me…
I tried to built a webservice to connect php to Dynamics. I tried different examples but none of them worked. In the example from the Microsoft Training KIT (http://www.microsoft.com/en-us/download/details.aspx?id=23416) I get the binaryDAToken, but not the Security Token:
If I use Username: name@myorga.onmicrosoft.com and the EndpointReference: crmemea:dynamics.com The error message is: The partner DNS used in the login request cannot be found.
if I use portal.microsoftonline.com as EndpointReference the error message is: The entered and stored passwords do not match.
if I use my live ID name@live.de I get a security token. But this live account is not connected with Dyamics -> I can’t do anything
Can anybody help me? Has anybody an example to connect php to Dynamics? Please help me…