Understanding Published Artifacts

A published business service gives exposure to one or more business service functions by providing an interface that is available to the public as consumable web services. A published business service is a Java interface that provides a wrapper for the business service operations where the actual business logic is performed.

You use the same tools and framework to create a published business service that you used for creating a business service.

All published business service classes extend from PublishedServiceBusinessFunction.