ASMX reference in Custom web part
I have created a web part that consumes socialdataservice.asmx. For this I created a web reference to socialdataservice.asmx and creatd a proxy "socialservice". In the code; socialservice.SocialDataService proxy = new socialservice.SocialDataService(); proxy.PreAuthenticate = true; proxy.Credentials = System.Net.CredentialCache.DefaultCredentials; socialservice.SocialTermDetail[] tagDetails = proxy.GetTagTermsOnUrl(webURL, 50); string[] users = new string[100]; This code is working fine in my DEV but when I moved this to QA - Its causing the following exception "Server was unable to process request" how to resolve this? Thanks
April 30th, 2012 6:30pm

You are using a SharePoint 2010 web service and are asking a question in the pre-SharePoint 2010 forum Please ask your question in the appropriate SharePoint 2010 forum : SharePoint 2010 - Using Visual Studio with SharePoint and other programming http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/threads Other SharePoint 2010 forums: SharePoint 2010 - General Questions and Answers http://social.technet.microsoft.com/Forums/en-US/sharepoint2010general/threads SharePoint 2010 - Setup, Upgrade, Administration and Operation http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/threads SharePoint 2010 - Using SharePoint Designer, Infopath, and other customization http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/threadsDirk Van den Berghe
Free Windows Admin Tool Kit Click here and download it now
May 1st, 2012 4:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics