Enterprise BizTalk Solution Case

Posted: December 2, 2007  |  Categories: BizTalk Server 2006 Uncategorized
Tags:

This year I architected, designed, developed and supported (still do actually) an enterprise BizTalk solution. It involves integration between eBusiness Suite from Oracle an ERP product for in this case Human Resource Management, Logistics, and Financials and Corporate SharePoint Portal. Applications inside this portal need data from Oracle eBusiness Apps. This data for this case was employee data. Data like name, employee number, and supervisor and so on. Inside the employee portal application a search could be done given a set of parameters like last name and so. Result of the search could be nothing, or employee no longer employed or employee details like which unit, location, name, employee number, phone, email etcetera (contact details). Picture below gives an overview of how data is extracted from Oracle eBusiness to Corporate Portal.

A message to be picked by a BizTalk process is scheduled (A). This message results in a request for employee data from Oracle (B). In a previous post I explained how to set this up. Result messages holding employee records, if there are any, are split up in single messages containing one employee each (C). Splitter pattern is easy to implement in BizTalk using pipeline component for instance or through map/orchestration. Each individual message is then used to be enriched by data from Active Directory like email address, not available inside Oracle (D). Reason email address data is not inside Oracle eBusiness HRM is that this is a leading cooperate application, where employees are updated of created and then later in the process their AD account, email and so on is setup. AD details are not synchronized back in any way to this application. When data is enriched a message containing it is send to last process to create or update xml profiles used inside portal application (E). This done by calling a web service to provide profile based on unique parameter like employee number, if not present a new profile will be created. If profile is not new its data is updated. Updated or new profile is presented back to a web service that will update xml profile files or create a new one.

Next year this case will be hopefully published inside a Dutch software magazine. This year I successfully published an article inside .NET Magazine, a Dutch Magazine published by Microsoft. I enjoy writing and so far I have done a lot of blog posts and some articles. Cheers!!!

Technorati:

Author: Steef-Jan Wiggers

Steef-Jan Wiggers is all in on Microsoft Azure, Integration, and Data Science. He has over 15 years’ experience in a wide variety of scenarios such as custom .NET solution development, overseeing large enterprise integrations, building web services, managing projects, designing web services, experimenting with data, SQL Server database administration, and consulting. Steef-Jan loves challenges in the Microsoft playing field combining it with his domain knowledge in energy, utility, banking, insurance, healthcare, agriculture, (local) government, bio-sciences, retail, travel, and logistics. He is very active in the community as a blogger, TechNet Wiki author, book author, and global public speaker. For these efforts, Microsoft has recognized him a Microsoft MVP for the past 8 years.

turbo360

Back to Top