Creating a Custom Published Business Service

JD Edwards EnterpriseOne provides reference implementations that you can use as a model for creating a published business service. The reference implementations are for reference only and are not intended to be used in a production environment. The following steps provide how-to information for creating a custom published business service that can be exposed as a web service:

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

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

  3. Add classes to the published business service object.

    • Create published business service class.

      – Name the published business service class.

      – Create a transaction.

      – Name the published business service methods.

    • Create value object classes.

      – Create business function value object classes.

      – Name the input value object classes.

      – Name the response value object classes.

      – Use valid data types.

    • Create database operation value object classes.

      – Name the input value object classes.

      – Name the response value object classes.

      – Use valid data types.

  4. Add business logic.

    • Call business services.

    • Handle errors.

    • Format data.

  5. Test the published business service.