Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sending html email in BPM 11g

user8921786Aug 8 2014 — edited Aug 9 2014

Hi ,

I have a requiremnet where i need to send html content s part of email body, Can somebody please help me. My J developer is crashing if i am putting the code

concat('<!DOCTYPE html><html><link rel="stylesheet" href="http://XXX" type="text/css"><style>.outer-container {background-image: url("http://XXXXX")}</style><body class="portal"><a id="top"></a>

<div class="outer-container"><div class="row top-line"><div class="col col6"> </div>

  </div><div class="container"><div class="row posrel"> <div class="col col3a"></div><div ><a href="http://www.masshiway.net/index.jsp"><img alt="Welcome" src="http://10.200.8.110:7777/hiway-provider-selfservice-850.png" align="left" style="margin:10px;border:none;" width="700" height="87"></a>

</div></div><table border="1" height="550" width="99%" ><tr valign="top"><td><p><font size="4">Dear Applicant,<br><br>blah blah blah.<br><br>Your Application ID is:'," ",bpmn:getDataObject('Id')," ",'blah blah.<br><br>blah blah .Thank You,<br><br>ABC </font></p></a><br></td></tr><tr height="1%"></tr></table></div></div></div></body></html>')

I was trying to use this expression in the content body in Notification activity.

Any help is deeply appreciated.

Thanks

Comments

957742

Hi Arindam,

Foremost the application server should be configured/ enabled on SSL port. If the application server is enabled to use on SSL port, then by default you can access your webservice endpoint on HTTP/HTTPS ports.

You can also restrict the service consumers accessing the service on HTTP port by using @Policy annotation in your JAX WS web service and attach the 'HTTPS' token policy. Hope the below links will be helpful for you.

http://docs.oracle.com/cd/E12839_01/web.1111/e13713/transport.htm#WSSOV246        ( Example 3-1 )

https://docs.oracle.com/cd/E21764_01/web.1111/e13713/message.htm#WSSOV268

User_2E0J1

Thanks. These documents talk about SOA 11g. Does the same apply to 10g as well? I am working on SOA 10.1.3.4.

Regards,

Arindam

957742

Hi Arindam,

The links provided applies for 10g as well. I believe you are working on Java web services and it holds good for 10g too.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 6 2014
Added on Aug 8 2014
1 comment
1,076 views