<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create tags via Webservice [urgent Pls Help] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261252#M214382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can somebody please help me its really urgent&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; , I am using .net C# and alfresco webservices,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create tags from my webservices and apply these tags to the file i upload from my application via webservices,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible is tagging services exposed on webservices, i am using alfresco 3.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is really appreciated……&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 07:22:40 GMT</pubDate>
    <dc:creator>jithusuji</dc:creator>
    <dc:date>2011-02-15T07:22:40Z</dc:date>
    <item>
      <title>Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261252#M214382</link>
      <description>Can somebody please help me its really urgent&amp;nbsp; &lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; , I am using .net C# and alfresco webservices,I want to create tags from my webservices and apply these tags to the file i upload from my application via webservices,Is this possible is tagging services exposed on webservices, i am using alfresco 3.2</description>
      <pubDate>Tue, 15 Feb 2011 07:22:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261252#M214382</guid>
      <dc:creator>jithusuji</dc:creator>
      <dc:date>2011-02-15T07:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261253#M214383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You simply apply aspect CLASSIFIABLE and with property CATEGORIES and add categories you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In java it would look like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;CMLAddAspect tagAspect = new CMLAddAspect(Constants.ASPECT_CLASSIFIABLE, new NamedValue[] { new NamedValue(PropertyNames.PROP_CATEGORIES, true, null, new String[] { yourCategoriesArray }) }, null, "1");&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 08:41:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261253#M214383</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2011-02-15T08:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261254#M214384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jcustovic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your reply But i am trying this in C# and the CMLAddaspect class Constructor is taking 0 arguments. :? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont know what is wrong, really worried now its an urgent work to be finished.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 08:56:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261254#M214384</guid>
      <dc:creator>jithusuji</dc:creator>
      <dc:date>2011-02-15T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261255#M214385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to see if there are getters and setters. I don't know C# so this is as far as I can help you…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 09:23:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261255#M214385</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2011-02-15T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261256#M214386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again, i really appreciate your help. This is what i get when creating an object of the CMLAddaspect class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMLAddAspect tag1 = new CMLAddAspect();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tag1.aspect = "tag";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tag1.property = tagproperties;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tag1.where_id = "1";&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;do you can any idea what should be the values for aspect ,property,where,where_id for tagging..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 09:43:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261256#M214386</guid>
      <dc:creator>jithusuji</dc:creator>
      <dc:date>2011-02-15T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261257#M214387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aspect name should be {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}classifiable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}classifiable&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Property is NamedValue object with name {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}categories" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}categories&lt;/A&gt;&lt;SPAN&gt; and your categories array as values (see above java example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And you can use where or where_id. If you use where then you set your Predicate (new Predicate(new Reference[] { reference }, WORKSPACE_STORE, null); this is typically used when updating node and when you have a valid reference to your node) or you can use where_id (that is the same where_id of your CMLCreate and is used when you create the node for the first time so you can create and add aspect in one request)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 10:03:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261257#M214387</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2011-02-15T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261258#M214388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please tell me is the where_id is the guid of the document in alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;like 125d8132-91b9-4ca2-95aa-8e8736813256&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:28:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261258#M214388</guid>
      <dc:creator>jithusuji</dc:creator>
      <dc:date>2011-02-15T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261259#M214389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No its not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create node ref using CMLCreate your specified where_id because you do not have uuid because you are about to create a new node and that id is used to determin on which newly created node will you apply your aspect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example in one request I want to create 3 documents and apply aspects to them. I will create 3 CMLCreate and I will set where_id to "1", "2" and "3". After that i will apply aspects to those 3 (not yet created nodes) by creating 3 CMLAddAspect with where_id set to "1", "2" and "3" (linking them to correct CMLCreate). So that where_id is used to link &lt;/SPAN&gt;&lt;STRONG&gt;yet&lt;/STRONG&gt;&lt;SPAN&gt; to be created nodes with other actions in one request. Without that where_id you would have to make 2 request (in first request create node and get it's UUID and i second apply aspects).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to update aspects then you cant use where_id (because it doesn't exist it is only used on first node creation), but use when instead which is reference (Predicate) of the actual existing node.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:41:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261259#M214389</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2011-02-15T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261260#M214390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for you patience @jcustovic but i am really pulling my hair now&amp;nbsp; :cry: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMLCreate create = new CMLCreate();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.parent = parentReference;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.id = "1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.type = Constants.TYPE_CONTENT;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.property = properties;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; taggable[0] = tag1;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;This is my code for creating the file there is no where_id for CMLCreate but create.id = "1";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I gave the same id as the where_id for aspect, but it is resulting in SOAP exception (which do not have any further details)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i think with your help i am almost there but i am missing something…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:55:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261260#M214390</guid>
      <dc:creator>jithusuji</dc:creator>
      <dc:date>2011-02-15T11:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261261#M214391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes if your CMLCreate id is "1" then your CMLAddAspect where_id is also "1". That is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your CMLAddAspect should look something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;CMLAddAspect tag1 = new CMLAddAspect();&lt;BR /&gt;tag1.aspect = "{&lt;A href="http://www.alfresco.org/model/content/1.0}classifiable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}classifiable&lt;/A&gt;";&lt;BR /&gt;tag1.property = arrayOfOneNamedValueElement;&lt;BR /&gt;tag1.where_id = "1";&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;oneNamedValueElement is NamedValue element with name {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}categories" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}categories&lt;/A&gt;&lt;SPAN&gt; and array of category names (so it must be multivalue). Be sure that category names are correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in CML you add your CMLCreate and CMLAddAspect elements. This should work! You can post your exception here that will tell me more details about what your doing wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261261#M214391</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2011-02-15T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261262#M214392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also trying to work with tags in the Java WebService API for Version 3.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question concerning the example of jcustovic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The asprect uses CLASSIFIABLE attribute and then you add different categories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From my point of view there is a difference between tags and categories, isn't it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also read, that adding tags via the WebService API is not supported, is that right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this time I didn't find a solution on how to add tags to a document! Maybe somebody can help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stefan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 13:42:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261262#M214392</guid>
      <dc:creator>zille1601</dc:creator>
      <dc:date>2011-04-14T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create tags via Webservice [urgent Pls Help]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261263#M214393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Alfresco 4 java web services API and I'm trying to add a tag to a content node in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying your example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; CMLAddAspect tagAspect = new CMLAddAspect(Constants.ASPECT_CLASSIFIABLE, new NamedValue[] { new NamedValue(PropertyNames.PROP_CATEGORIES, true, null, new String[] { yourCategoriesArray }) }, null, "1");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I can't find the string PropertyNames.PROP_CATEGORIES. where should it be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: the last post by _jcn explain clearly how to solve the tagging issue. thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 14:10:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-tags-via-webservice-urgent-pls-help/m-p/261263#M214393</guid>
      <dc:creator>alv21</dc:creator>
      <dc:date>2013-08-02T14:10:00Z</dc:date>
    </item>
  </channel>
</rss>

