Hi,
it's not a question but a note. For NEO-based CPI after OOM on IFLMAP, we cannot call CPI on SOAP 1.x and XI and IDOC (/cxf servlet) using Basic auth. Certs works OK.
It's feature and not a bug nowadays according SAP Support. May be somebody ...
messageLog.addAttachmentAsString("Log - Message", "xxxxx") is wrong, because the function has 3 args.messageLog.addAttachmentAsString("Log - Message", "xxxxx", "text/plain"); //ok
Hi Michael,I would put messageLogFactory.getMessageLog(message) into some property "mpl" before mmap and use it inside mmap like that:def String methodName(String parameter, MappingContext context) { def messageLog = context.getProperty("mpl"); m...
Hi Tom,if you omit "Data type" field for prop/header, it could be interpreted as java.lang.Object so value could be invalid. This case data type of property depends on previous step (how the predecessor composed ${out.body}).So you need fill down Str...