Exploring SAP Enterprise Messaging/Event Mesh (SAP EM), and listed down my understanding and scenarios tried using SCP Trial account. Basic Concepts & Scenario Tested Sender can send messages to both Queue and Topic. Queues hold messages, while Topic don’t. Message
Groovy Scripted Mapping using StreamingMarkupBuilder
Recent project required to use groovy scripted mapping, using StreamingMarkupBuilder to produce output XML, then post to Odata services.Below is the skeleton content in groovy script. With this script, can act as alternative to graphical mapping, and use groovy/java language
Content Modifier to Get Input/Set Output using Type Constant, XPath, Expression, Header, Property and Externalized Parameters
This example demonstrate the usage of content modifier step, to set and get header, property and body. IFlow consist of 2 content modifier steps and log01, log02 script steps.Click on any blank area in iflow, then set the namespace like
Debug/Logging Headers, Properties, Payload Body using Groovy Scripts
This post show Groovy scripting to read and log all header, properties in message log, and payload body as attachment, then can be viewed in Monitoring Message Processing Log, for troubleshooting and debug purpose.Reuse previous iFlow, the completed iFlow is
Simple Hello iFlow using Sender SOAP Adapter, WSDL and Mapping Step
In this example, create a simple iFlow in HCI, expect an input with <Name> variable, then perform mapping step, and output “Hello <Name>” as result.This is the test run using SOAPUI:The URL consist of Runtime URL provided by your HCI