integration using biztalk

Home Page Forums BizTalk 2004 – BizTalk 2010 integration using biztalk

Viewing 1 reply thread
  • Author
    Posts
    • #12438

      hi

      i want to integrate two applications using biztalk.

      is it advisable that biztalk orchestrations should talk to database of two appliations directly or

      communiate with two applications

      as one application is in java and one is in vb

      orders come through application in java it is a web portal

      and i want to add it to dms ie in vb

      requirement is such that when order is inserted in one application ie in java web portal the order should be inserted in vb application 🙄

    • #12439

      It all depends on what you want to do.

      In the past, we have typically gone in through provided API’s so we can take advantage of the business logic in the systems. If this is not something you need then you should be able to access the database directly.

      I would build a single Orchestration for your process. If you need rollback if one call fails, it will be much more difficult.

      You should be able to call the Java web service through Biztalk. Although, in the past I had to build a custom .net component to make the call since the input was an array of objects.

      Hope this helps.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.