New Line Character in OSB for sending email in proper format
641097Mar 4 2011 — edited Mar 9 2011Hi
We have a client requirement, where in we send an error email when ever an exception occurs in the OSB flow. We are using OSB 11g and we need to format the body within or before the publish activity using a replace activity something in the below manner (replace . in variable body (replace node contents))
fn:concat("Following Exception Occurred <NEW LINE>","ErrorCode: ",fn:data($fault/ctx.errorCode) etc etc)
Please tell us if there is a new line character available within OSB to format the email message. Please help its urgent. Thanks