Outbound
- 22 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Outbound
- Updated on 22 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Scenario
- BizTalk receive location will pick an XML message from the folder. The receive location will have Start and Update Activity calls.
- BizTalk send will also have Start and Update activity and post a message to Logic App using WCF-HTTP adapter.
- Logic App will receive the message from BizTalk using HTTP trigger and call the Start Activity function.
- Logic App will save the message to a blob and get the path (blob acting as simulated partner store).
- 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.
Was this article helpful?