Outbound
  • 22 Aug 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Outbound

  • Dark
    Light
  • PDF

Article Summary

Scenario

  1. BizTalk receive location will pick an XML message from the folder. The receive location will have Start and Update Activity calls.
  2. BizTalk send will also have Start and Update activity and post a message to Logic App using WCF-HTTP adapter.
  3. Logic App will receive the message from BizTalk using HTTP trigger and call the Start Activity function.
  4. Logic App will save the message to a blob and get the path (blob acting as simulated partner store).
  5. Logic App will call the Update Activity Azure Function passing the path as promoted property.

Running Sample

  • BusinessProcess - Kovai.AtomicScope.Hybrid
  • BusinessTransaction - HybridOutbound
  • Stages - ReceiveFromLob, SendToLogicApp, SendToPartner
  • Steps - Place the sample file from
    ASInstallDirectory\SDK\Samples\TestLocations\POsample01.xml into
    ASInstallDirectory>\SDK\Samples\TestLocations\Hybrid\FromLob
  • Output - In the Atomic Scope portal, you can see that an entry has been made for the main activity and by clicking on that, you can view the flow of the message.

image.png


Was this article helpful?