BI Publisher include <br> or carriage return in emailBody element
Hi,
How do include a <br> or a carriage return in the emailBody element when sending a request to the ScheduleService webservice of BI Publisher?
I tried the following when sending the request through SoapUI:
- \n\r - did not work, only printed it as a text in the body of the email
- <br> by escaping the less than and greater than symbols, e.g. <br> - BIP Failed to send the report
It seems that adding <br> in the Message field of the Send function in the actual BIP Job History web page seems to work:
So I think the solution is to just figure out how to properly send a <br> through the emailBody element when using the ScheduleService webservice of BI Publisher.