Agile Integration Service-Export
Hello Everyone,
I am trying to export the Item data from Agile PLM 9.3.4 through AIS Export Webservice-("localhost:port/Agile/integration/Export?WSDL").I have constructed a code in jdeveloper against the AIS samples provided by oracle in which am getting the following message when passing the export command to the parseCommandLine method.(Correct me if am doing anything wrong here).
"
!!! org.apache.commons.cli.MissingOptionException: -p User's password.-c The search criteria for locating objects to export. The criteria must be formatted using the Agile SDK query language.-u Agile user
!!!
usage: export.ExportClient <opts>
Process exited with exit code -1.