Client wants to expose over 100 DB2 Stored Procedures as WCF WebServices. We’ve got our DB2 connections and Host Integration Server (HIS) working so we can call a single stored proc.
Does anybody have any suggestions of how to scale to this level and manage it?
For example, I could have one orchestration per DB2 stored proc and publish as WCF service. But then , there would be the tedium of doing it 100+ times, or I would need to create a orchestration “generator” to do it.
Or are the any alternatives that DB2 itself has that will do the same? I’ll be googling – found and reading this now: http://www.databasejournal.com/features/db2/article.php/3784896/Transforming-Business-Logic-into-Web-Services-Using-DB2-95-and-IBM-Data-Studio.htm
Thanks,
Neal Walters