Edit values for the program object or service program on the Object Selection page of the Web Service wizard. Note that some of the values for your Web service program are predetermined and cannot be modified.
Option | Description |
---|---|
Java bean name | The name for the generated class for this program object. It must be a valid Java class name. |
Program object | The name of a program object or a service program object. It must be a valid iSeries object name. |
Library | The name of the library that contains the program object. It must be a valid iSeries library name. |
Program type | *PGM if the object is a program object, or *SRVPGM if the object is a service program object. The default value is *PGM. |
Entry point (predetermined) | The name of the procedure or function within a service program object. The target of this program call, to be supplied if the object is a service program object. |
CCSID of entry point (predetermined) | The CCSID of the entry point within a service program. For more information, see the service program entry notes in the ServiceProgramCall javadoc. |
Parse order | The order in which output parameters will be processed. The value specified is a blank separated list of parameter names in the order in which the parameters are to be processed. The names in the list must be identical to the names specified on the name attribute of tags belonging to the program. The default value is to process output parameters in the order the tags appear in the document. |
Thread safe | When you call a Java program and an iSeries program that are on the same server, use this field to specify whether you want to call the iSeries program in the same job and on the same thread as the Java program. If you know your program is thread-safe, setting the property to true results in better performance. |
Return type (predetermined) | The type of value, if any, that is returned from a service program
call. Only *SRVPGM objects can have a return type.
|
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.