Hello Friends,
Currently I am trying to copy data from one crm instance to another using CrmServiceClient, ASP.NET C#. But when I create two objects of
CrmServiceClient, only first instance object (primary endpoint) will be taken into consideration as a connection for the application. It is not taking second CrmServiceClient object to insert data. Actually it is inserting data in the instance from which it was copying data.
Could you please let me know why I am not able to use second CrmServiceClient object to insert copied data or how to change primary endpoints ?
Many Thanks,
Pradip