SOA Demo on MSDN's Channel 9

Our video is now live on https://channel9.msdn.com/ShowPost.aspx?PostID=38823. To repeat the explanation of this demo, which originated in e-mail from me to the Scobleizer himself is:  

I work in the Redmond MTC (Microsoft Technology Center) and we have a very interesting Service Oriented Architecture solution that uses InfoPath, BizTalk, ASP.NET Web Services, RPG on an AS/400, CICS on a Mainframe, J2EE on WebSphere, Pocket PC, SQL Server, Speech Server, and MOM. It is really a solution to put web services in front of these non-Microsoft apps, and use MOM to monitor events and play back web services, and use BizTalk to orchestrate everything together.

Here is a very rough idea of what we have:

  1. We have the following legacy “backend” systems: (they were written for use by a single user, but we now have them working for multiple users):
    1. RPG application on an AS/400. I think it interacts with a DB2 database on the same box, but would need to verify that.
    2. WebSphere (J2EE using DB2) on UNIX (an RS/6000 box I think).
    3. CICS application on an IBM Mainframe (MP/3000 running OS/390).
  2. These are all “front-ended” by ASP.NET Web Services, which can pop events (when errors occur) to the event log, which are then monitored by our MOM server. We also use a playback feature to monitor what’s behind the web services so we know if these legacy systems go down, even when nobody is using them.
  3. There is also a SQL Server used to keep track of the status of orders in the AS/400. This is because we also have a Pocket PC application that interacts with a web service to change the status of the order (New Order, Allocated, Picked, Shipped).  
  4. We use an InfoPath form to kick off a purchase order, which starts everything into motion.
  5. We also record the order in SAP after everything is done.
  6. We also (soon) use Speech Server to call someone with the status of the order.
  7. Various BizTalk 2004 orchestrations control the logic of routing the order through the different systems.

Sorry the video never got to the Microsoft Speech Server part, which consists of getting a phone call and having the shipping information, including order number, spoken to whoever answers the phone. Also, my description above forgets to mention Microsoft Host Integration Server.

Please let me know what you think!