I am trying to set Conversation ID in a Mapping UDF on a response message from ECC To XI to JMS Receiver.
GlobalContainer globalContainer ;
globalContainer = container.getGlobalContainer();
Map param = globalContainer.getParameters();
/*
param.put(StreamTransformationConstants.CONVERSATION_ID, "1234ConversationID);
The mapping executes without any error. But for some reason, the conversation Id does not show up under the SOAP:Main (SAP:ConversationId element) header at all.
Any ideas?
Thanks,
Badari