Use the second page of the Program Call wizard to specify the location where the Java bean and PCML file are to be generated.
The Program Call wizard generates three classes. One of the classes is a Java bean whose name ends with the word Services. The other two classes have names ending with Input or Result. These two classes are required by the Web Services Java bean class. If you want to create a Web service using the Web Services wizard, you have to use the class whose name ends with the word Services as input to the Web Services wizard.
The wizard also creates a PCML file and a .mpcml file. You do not need the .mpcml file when you deploy your application or services. It is used only at design time in the workbench. Also, a .config file is created, if you advance to the third page of the wizard and specify that you want the settings saved.
If the folder that you specified belongs to a Java project, the class path of the project is updated to include the following six JAR files. When you deploy your Java application, ensure that these JAR files are set in your application class path.
If the folder that you specified belongs to a Web project, jt400.jar, iwdtrt.jar, eablib.jar , recjava.jar , and ccf.jar are copied to the lib folder of your Web project.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.