Atomic Transaction Type

Home Page Forums BizTalk 2004 – BizTalk 2010 Atomic Transaction Type

Viewing 1 reply thread
  • Author
    Posts
    • #15574

      hi,

      I should make my orchestration transactional to use a call a pipeline from orchestration. (I badly need it because i need to do message splitting and aggregating inside orchestration). I am not sure it is a good practice.

      One thing I have observed is that , I cannot put a breakpoint in HAT Orchestration debugger if I make the orchestration as Atomic Txn Type. Can any one please tell me the problems in using an orchestration as Atomic Txn type?  

    • #15581

      Biggest problem I ran into was I was using Atomic Scope with Web Service.  The WS only accepted data to start, and was changed to issue a response.  The response cause the Orchestration to fail because you can not have a request/response action with a WS in an Atomic Scope.

      • #21785

        Put only  send shape in atomic scope. This will solve the issue

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