Migrating a DADX Web service

This topic describes the steps for migrating various DADX Web service scenarios.
You can migrate the following three Web service scenarios: Migrating a DADX Web service from WebSphere Studio 5.1 or Rational Developer tools 6.0, 6.0.0.1, or 6.0.1 to Rational Application Developer 7.0:
  1. Export your existing Web Project as a project interchange file.
  2. Create a server in Rational Application Developer 7.0.
  3. Import the project interchange file into a Rational Application Developer 7.0 Web project.
  4. Create a dynamic Web project.
  5. From the Project Explorer view, right-click the project and select Properties from the pop-up menu.
  6. Select DADX Web Services Provider on the left panel and set the version of the DADX Web Service Provider to whichever version you want to use.
  7. For each group in the old project, follow the instructions in Create a DADX group configuration to create a corresponding group in the new Project.
  8. Copy all the files in the old web_project/src/groups directory to the new web_project/src/groups directory.
  9. For each group in the new project, create a Web service for a DADX file following the steps in Create a DADX Web service. You only need to do one DADX file per group.
Changing a DADX Web service that uses DADX Web Service Provider v8.2 to v9.1 or vice versa:
  1. Create a new dynamic Web project.
  2. From the Project Explorer view, right-click the project and select Properties from the pop-up menu.
  3. Select DADX Web Services Provider on the left panel and set the version of the DADX Web Service Provider to the appropriate level.
  4. For each group in the old project, follow the instructions in Create a DADX group configuration to create a corresponding group in the new Project.
  5. Copy all the files in the old web_project/src/groups directory to the new web_project/src/groups directory.
  6. For each group in the new project, create a Web service for a DADX file following the steps in Create a DADX Web service. You only need to do one DADX file per group.

Feedback