Hello Bhargava,First step to add MIME Multipart Decode message processing step then add ZIP Decompression step. Add Content-Type in the allowed headers as Priyanka suggestedThat's it. I have Tested and I got the response.
You can handle this via groovy script import com.sap.gateway.ip.core.customdev.util.Message; import java.util.HashMap; def Message processData(Message message) {
def body = message.getBody(java.lang.String) as String;
body = body + "\n" ...
Hello Manu,
Can I replicate names and descriptions of cost centers in different languages?
What are the steps needs to be done in CPI - I can see one below artifact Value Mapping for CostCenter Standard Package.
Configure Map Cost Center Language...