Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Command Line Interface : Get Tasks

Get Tasks
Each get task prompts for the UDDI key of the desired entity and returns the entity in the output file.
get_bindingDetail
Execute one of the following commands in CLI to execute a get_bindingDetail task in the interactive mode:
uddiant get_bindingDetail
The following prompts will appear.
Enter the UDDI key of the desired binding template.
To store the output information in a file, enter the relative or absolute path and the name of the file.
You can also display the output information in CLI by pressing Enter.
If you specify to store the output information in a file, the following may appear.
Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.
You can also execute the task in silent mode by executing one of the following commands.
ant -f uddiant.xml get_bindingDetail -DbindingKey=BindingKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
uddiant get_bindingDetail -DbindingKey=BindingKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
get_businessDetail
Execute one of the following commands in CLI to execute a get_businessDetail task in the interactive mode:
uddiant get_businessDetail
The following prompts will appear.
Enter the UDDI key of the desired business entity.
To store the output information in a file, enter the relative or absolute path and the name of the file.
You can also display the output information in CLI by pressing Enter.
If you specify to store the output information in a file, the following may appear.
Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.
You can also execute the task in silent mode by executing one of the following commands.
ant -f uddiant.xml get_businessDetail -DbusinessKey=BusinessKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
uddiant get_businessDetail -DbusinessKey=BusinessKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
get_serviceDetail
Execute one of the following commands in CLI to execute a get_serviceDetail task in the interactive mode:
uddiant get_serviceDetail
The following prompts will appear.
Enter the UDDI key of the desired business service.
To store the output information in a file, enter the relative or absolute path and the name of the file.
You can also display the output information in CLI by pressing Enter.
If you specify to store the output information in a file, the following may appear.
Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.
You can also execute the task in silent mode by executing one of the following commands.
ant -f uddiant.xml get_serviceDetail -DserviceKey=ServiceKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
uddiant get_serviceDetail -DserviceKey=ServiceKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
get_tModelDetail
Execute one of the following commands in CLI to execute a get_tModelDetail task in the interactive mode:
uddiant get_tModelDetail
The following prompts will appear.
Enter the UDDI key of the desired tModel.
To store the output information in a file, enter the relative or absolute path and the name of the file.
You can also display the output information in CLI by pressing Enter.
If you specify to store the output information in a file, the following may appear.
Specify the way to handle the specified file. Selecting true will overwrite the specified file.
You can also execute the task in silent mode by executing one of the following commands.
ant -f uddiant.xml get_tModelDetail -DtmodelKey=tModelKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
uddiant get_tModelDetail -DtmodelKey=tModelKey -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved