Creating a Custom Business Service

JD Edwards EnterpriseOne provides reference implementations that you can use as a model for creating business services that are specific to your interoperability requirements. The following steps provide how-to information for creating a custom business service:

  1. Determine whether to create a new business service or modify an existing business service.

  2. Create a new OMW object for the business service.

  3. Add classes to the business service object.

    • Create a business service class.

      – Name the business service class.

      – Create a transaction, if necessary (IConnection objects).

      – Declare the business service public methods.

    • Create the internal value object class.

      – Name the internal value object class.

      – Transform data types.

  4. Add business service logic.

    • Create a business function call.

    • Create a database call.

    • Call existing business service methods.

    • Use business service properties.

    • Handle errors.

    • Format data.