Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | XMLData Folder | Summary of Elements in this Folder | pub.xmldata:setAttribute
 
pub.xmldata:setAttribute
WmPublic. Sets the value for a specific attribute in an XMLData document.
While the primary purpose of this service is to set the value of an attribute that is the runtime replacement for an anyAttribute declaration, you can use this service to set the value of any of the attributes in an XMLData document.
Input Parameters
xmlDataAttributes
Document The *attributes document of type XMLData in which you want to set the value of an attribute.
ncName
String The NCName (non-colonized name) of the attribute whose value you want to set. The NCName is also called a local name.
namespace
String Optional. The namespace URI for the attribute whose value you want to set. Leave namespace blank if the attribute does not belong to a namespace.
value
String The value that you want to assign to the attribute.
Output Parameters
None.