Retrieving the XML definitions of query tables
Use the manageQueryTable.py administrative
script to get the XML definition of composite and supplemental query
tables in Business Process Choreographer.
Before you begin
Before you begin this procedure, the following conditions
must be met:The following conditions must be met:
- Run the script in connected mode,
that is, do not use the wsadmin
-conntype noneoption. - At least one cluster member must be running.
- Include the
wsadmin
-userand-passwordoptions to specify a user ID that has operator, administrator, or deployer authority. - If you are not working with the default
profile, use the wsadmin
-profileName profileoption to specify the profile.
About this task
Note: You cannot use the script to retrieve the XML definitions
of predefined query tables. The XML format of query table definitions
is not a published interface. You cannot manually change the definition
of a query table definition. To do this, load the query table definition
into the Query Table Builder and apply the modifications there.
Complete the following steps to retrieve the XML definition of composite and supplemental query tables.
Procedure
Example

Enter the following
command:
wsadmin.sh -f manageQueryTable.py -cluster myCluster
-query definition -name COMPANY.SAMPLE
Enter the following command:
wsadmin -f manageQueryTable.py -cluster myCluster
-query definition -name COMPANY.SAMPLE


