updateApplicationDef()
Purpose
Updates an existing application definition and its components from an XML document. The XML document must include a valid original ID attribute of the root XML node.
See Application XML Elements for a description of the Application XML node and an example of its use.
Syntax
updateApplicationDef(string sessionId, string xmlString);
Parameters
sessionId
A string containing the session ID obtained at log in.
xmlString
XML description of the application in an Application node, including the objects to be updated
Output
Status text:
Application ABC has been updated
Permissions Required
All metadata methods require administrative privileges, regardless of the view, edit, create and delete permissions set on the application or object. Establish the session by logging in with credentials for an administrative user.
All metadata methods require administrative privileges, regardless of the view, edit, create and delete permissions set on the application or object. Establish the session by logging in with credentials for an administrative user.
Example
The following example shows how to invoke updateApplicationDef.
String infoMessage = binding.updateApplicationDef(sessionId, xmlString);