How to set content server category SET attributes through SOAPUI. What is the syntax?
I am trying to set like this
<urn1:Values xsi:type="urn2:StringValue" xmlns:urn2="urn:Core.service.livelink.opentext.com">
<!--Optional:-->
<urn2:Description>Status</urn2:Description>
<!--Optional:-->
<urn2:Key>1188310.3.3</urn2:Key>
<urn2:Values>Active</urn2:Values>
</urn1:Values>
Error
<faultstring xml:lang="en-US">Dispatched service DocumentManagement threw exception DocMan.NodeCreationError : Error storing attribute. Value key is invalid</faultstring>