You can use the command line to migrate programs from WebSphere® Studio Application Developer Integration Edition into Rational® Application Developer.
Command-line migration examples
J2CMigration.bat -d
"d:\myworkspace" -w "d:\mywsdl.wsdl" -p "OutputProject"
./J2CMigration.sh
-d /home/myworkspace -w /home/mywsdl.wsdl -p OutputProject
J2CMigration.bat -w "d:\mywsdlFolder" -p "OutputProject"
-s "MigrationReport"
This will migrate all the services in the folder d:\myservicewsdlfolder or in any other subfolders under d:\myservicewsdlfolder. The migrated artifacts (for all the services) are generated in a single Java project with the project name "OutputProject" . The files generated are
J2CMigration.bat -w "d:\myfolder" -o databindingonly
This will migrate all the services in the folder d:\myfolder or in any other subfolders under d:\myfolder. The files generated are:
J2CMigration.bat -w "d:\myfolder" -o commandbean -t EJB
This will migrate all the services in the folder d:\myfolder or in any other subfolders under d:\myfolder. The migrated artifacts are generated in EJB Projects with the project names take from the WSDL definitions. . The files and artifacts generated are:
J2CMigration.bat -f "d:\SampleMigratiom.txt"
Migrate according to the options being specified in the Sample Migration Inputfile