![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Each get task prompts for the UDDI key of the desired entity and returns the entity in the output file.
Execute one of the following commands in CLI to execute a get_bindingDetail task in the interactive mode:
− uddiant get_bindingDetailTo store the output information in a file, enter the relative or absolute path and the name of the file.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.
− 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]Execute one of the following commands in CLI to execute a get_businessDetail task in the interactive mode:
− uddiant get_businessDetailTo store the output information in a file, enter the relative or absolute path and the name of the file.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.
− 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]Execute one of the following commands in CLI to execute a get_serviceDetail task in the interactive mode:
− uddiant get_serviceDetailTo store the output information in a file, enter the relative or absolute path and the name of the file.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.
− 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]Execute one of the following commands in CLI to execute a get_tModelDetail task in the interactive mode:
− uddiant get_tModelDetailTo store the output information in a file, enter the relative or absolute path and the name of the file.Specify the way to handle the specified file. Selecting true will overwrite the specified file.
− 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 |