Hi all, I have my own web service hosted in crm server. this was written to access an external database and crm 4 webservice . I have used http://<crmserver:port>/mscrmservices/2007/crmservice.asmx and crmauthenticationToken method to access crm4 data.
Then we have upgraded to crm 2011 and still this service url work. but I need to upgrade my code .I have seen the claimed base and active directory authentication samples . I have start to upgrade the coding , there I need to use Organization Uri and IOrganizationservice Proxy
in this sample there is System.Servicemodel.description reference being added, but when I tried to add this to my project I cannot find it in listing .
I am bit confuse , Am I approaching wrogn way please need your guide , I have started reading MSDN it bit confusing me now.