Posts

Showing posts from April, 2017

Oracle SOA Suite- Implementing SMS Notification

Image
In this post, I am going to show how to implement SMS notifications in Oracle SOA suite using BPEL process. So let's get started- Implementing SMS notification in Oracle SOA Suite consists of below steps: Environment- IDE- Oracle jDeveloper 11g Weblogic Server 12c Oracle SOA Suite 12c High Level Steps Keep ready smpp server settings. Configure & enable usermessagingdriver-smpp for target SOA servers via console. Setting up Email driver (usermessagingdriver-smpp )with smpp server settings via enterprise manager. Enable notifications for SOA workflows(make sure either All or SMS option is selected). Create SOA composite application Deploy it on SOA server. Testing & done. 1. Keep ready smpp server settings. Keep ready your below smpp server settings: SMS Account ID SMS Server Host Transmitter System ID Transmitter System Type  Transmitter System Password Transmitter Server Port  Receiver System ID Receiver System Type Receiver System Pass

Oracle SOA Suite- Implementing Email Notification

Image
In this post, I am going to show how to implement email notifications in Oracle SOA Suite using BPEL process. So let's get started- Implementing email notification in Oracle SOA Suite consists of below steps: Environment- IDE- Oracle jDeveloper 11g Weblogic Server 12c Oracle SOA Suite 12c High Level Steps Keep ready email server settings. Configure & enable usermessagingdriver-email for target SOA servers via console. Setting up Email driver (usermessagingdriver-email )with email server settings via enterprise manager. Enable notifications for SOA workflows(make sure either All or EMail option is selected).. Create SOA composite application Deploy it on SOA server. Testing & done. 1. Keep ready email server settings. Keep ready your below email server settings: Outgoing Mail Server          : smtp.domain.com Outgoing Mail Server Port   : xxx Default From Address         : username@doamin.com Outgoing Username            : actualemailid@doma