[SP2010] Taxonomy Web Service for Enterprise Keywords?
-
Wednesday, April 25, 2012 8:21 PM
I'm using the GetTermSets method in the TaxonomyCleintService web service to fetch all values in a term set. This works just fine for managed term sets. However, when I try to fetch all available Enterprise Keywords, I get an error:
The Term Set ID the only obvious difference between a managed term set vs. enterprise keywords (i.e. the ID for Enterprise Keywords is Guid.Empty). How do I go about getting Enterprise Keywords through a web service? Is their an alternative?System.Web.Services.Protocols.SoapException was unhandledServer was unable to process request. --->
Object reference not set to an instance of an object
- Edited by TruckStuff Wednesday, April 25, 2012 8:22 PM
All Replies
-
Friday, April 27, 2012 7:17 AMModerator
Hi,
It seems that the termSetId for the Enterprise Keywords, their is Guid.Empty in schemal xml.
For more information, please refer to:
http://sadomovalex.blogspot.com/2011/08/sharepoint-2010-bug-incorrect-wsdl-of.html
Xue-mei Chang
TechNet Community Support
-
Tuesday, May 01, 2012 3:31 PM
While the links are helpful, all they do is confirm that enterprise keywords are broken when using them via the Taxonomy web service.
Not the answer I was hoping for.

