IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > JD Edwards EnterpriseOne > Configure the module for deployment > Configure the module for outbound processing > Generate XML Lists

Configure the selected objects

To configure the XML List, you need to specify information about the object, such as the maximum number of records to retrieve.

Make sure you have selected and imported the XML List.

To configure the XML List, use the following procedure.


Procedure

  1. Optional: In the Specify Composite Properties window, enter the following information.

    Figure 1. Specify Composite Properties window, showing optional configuration settings for XML Lists

    1. If you do not want the XML List to be enclosed within the business graph, do not select the Business Graph check box. To enclose the XML List within a business graph, select the Business Graph check box.

    2. In the Business object namespace field, use the default namespace (http://www.ibm.com/xmlns/prod/websphere/j2ca/jde) except in the following circumstance: if you are adding the XML List to an existing module and the module already includes that XML List (from an earlier run of the external service wizard), change the namespace value.

      For example, you could change the namespace to http://www.ibm.com/xmlns/prod/websphere/j2ca/jde1.

    3. In the Relative path field, specify the directory to store the XML List.

    4. In the Maximum number of records field, specify the maximum number of records to retrieve when processing a RetrieveAll operation. The default value is 100.

    5. In the Timeout (milliseconds) field, specify a timeout value in milliseconds. If no value is set, the default value is 30,000 milliseconds (or 30 seconds).

    The business object container name and associated operation for the XML List is set by default as follows:

    • Business object container name: < XML_List_object>Container
    • Operation: RetrieveAll

  2. Click Next.


Results

You have set optional configuration parameters for the XML List object. The external service wizard automatically assigned the business object container name and associated operation for the XML List. The Generate Artifacts window opens.


What to do next

Generate a deployable module that includes the adapter and the business object.

Generate XML Lists using external service discovery


Previous topic: Selecting business objects and services


Next topic: Setting deployment properties and generating the service