View Single Post
  #1 (permalink)  
Old 05-28-2008, 03:35 PM
CornerAnalyst CornerAnalyst is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Retrieve the Guid of a Custom Field Using its Name

Everytime I reach :

_cfDataSet = _cf.ReadCustomFields(_cfFilter.GetXml(), false);

it throws an error :
"The request failed with HTTP status 401: Unaurthorized."


I am using:
_cf.Credentials = CredentialCache.DefaultCredentials;
which logged in me with no problems.

Can someone tell me what I am doing wrong?

Thanks,
Gene








Reply With Quote
Sponsored links