« Enterprise Business Messages and Enterprise Business Objects - Empowerment for Enterprises | Main | Six questions to analyze for SOA readiness »

Enterprise Business Message and Enterprise Business Service Extensibility - What's the story?

In AIA, we talk about extensibility for Enterprise Business Objects, XSLTs, BPEL processes and also ESB Routing Rules.

But what about Enterprise Business Message and Enterprise Business Service?

Lets look at Enterprise Business Message first.

Since an Enterprise Business Message is assembly for schema components, extensibility would mean a new EBM. The solution is to create a new EBM xsd containing the required EBM definitions.

For example, lets say there is ItemEBM.xsd which has CreateItemEBM, UpdateItemEBM and QueryItemEBM. There is a need for DeleteItemEBM and ValidateItemEBM. To extend the ItemEBM.xsd, create a CustomItemEBM.xsd and include in it the definitions for DeleteItemEBM and ValidateItemEBM.

Similarly, extending Enterprise Business Service would mean adding new operations. This can be accomplished by creating an extension EBS (a new ESB routing service), for holding the customer specific operations. This newly created ESB routing service can either use the same EBM or the newly created EBM (for housing the Enterprise Business Messages for these new operations). Since these are newly created entities, they are totally upgrade safe.

So, ItemEBS continues to support the standard CRUD operations and is based on the shipped ItemEBS.wsdl. For a custom operation, you need to

  • Create a new wsdl file CustomItemEBS.wsdl defining the interface / contract including the operations
  • Create a new ESB project containing a routing service CustomItemEBS pointing to your new wsdl
  • Deploy the CustomItemEBS

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on August 7, 2008 10:58 PM.

The previous post in this blog was Enterprise Business Messages and Enterprise Business Objects - Empowerment for Enterprises.

The next post in this blog is Six questions to analyze for SOA readiness.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type and Oracle