Data ServicesremoveDocumentTag Function for SOAP Web Services

Given the fully-qualified path to an object managed with Documents permissionsClosed Documents permissions are used in Access Control to manage label templates, applications, business rules, forms, images, layer objects, layouts, reusable objects, or workflow templates., a tag category, and a tag value, this function removes the specified tag from the object. For more information about tags, see Managing Tag Categories.

When you create a SOAP Web Service data service for which the WSDL URL is the Loftware Enterprise SP Services Web Services Description Language (WSDL), an operation envelope template containing this function is one of those available. For more information about using SOAP Web Services in Loftware Enterprise SP, see SOAP API for Web Services Integration.

Important! Content in a SOAP Web Service data service or a Web Service integration is case sensitive. This includes names, attributes, and values.

ClosedAbout the syntax documentation

SOAP Operation Envelope (Request)

When you create a SOAP Web Service data service, the XML of the operation envelope template that you select is displayed as the Envelope parameter. Most operation envelope templates include some elements for which you must replace the value with a value appropriate to your environment. If this operation envelope template has such elements, they are described here.

Name

Type

Description

arg0

string

The fully-qualified name (FQN) of the label template or other object from which to remove a tag

arg1

string

Tag category of the tag to be removed

arg2

string

Tag value of the tag to be removed

SOAP Response Function

The following is the structure of the Response Function expected as part of a SOAP Response received in response to the preceding type of SOAP Operation Envelope (Request). Any ellipses indicate expected data. For more information, see SOAP API for Web Services Integration.

<pub:removeDocumentTagResponse xmlns:pub="http://published.webservices.loftware.com/">

<return success="[true|false]"/>

</pub:removeDocumentTagResponse>