Sending EMAIL/MMS/SMS

Just wanted to know how SOA Composite sends Email/MMS/SMS? Is there any adapter for this? What are different types of servers required for this? In BPEL, I just find activity for EMAIL & SMS? Does MMS is also handled by SMS activity only? In SMS, there is no field for video files (like email has for attachment)? Any code example or document/blog for these available?
Thanks In Advance!
priya

BPEL components can be configured with the Email and SMS activities. Oracle SOA suite provides the Email, SMS activities for error notification/alerts etc.
For email you would need a SMTP server.
Following link would help you with sending email attachment
http://technology.amis.nl/2012/02/05/sending-an-email-with-attachment-from-oracle-bpel/

Similar Messages

  • Another iPhone cannot send email or sms to me

    Hi there.
    My wife now has an iPhone 4 (I'm waiting for mine) and any emails or SMS messages aren't getting to me. The SMS window has a small red exclamation mark, asking me if I'd like to try again. But when I do the progress bar almost goes to the end, then fails. She has no problem having SMS conversations with other users.
    Update. Just tested emails again. We share a POP 3 account, sending to my email address on the same account aren't received by me. When she sends a message using that account but to my gmail account it gets through. I will probably contact my ISP about this, but happy to have an answer from anyone here.
    Any thoughts?
    thanks.
    Message was edited by: Nigelll
    Message was edited by: Nigelll

    Hi
    My husband is also having issues with his iphone 4--we both have the iphone 4. He can't send nor receive picture texts. Apple sent him a new iphone 4, but he still can't receive pic text--At&t changed his sim card, but still no pic text. So, we have been on the phone with at&t for 4 days trying to get this FIXED!!! They said his phone id number is not matching up with his phone??? So, we wait, and wait for a fix!! I can send and receive pic text with my phone, so we're not sure what the outcome will be.

  • Email and SMS Alerts - Solution Manager - PI and EP

    Hi All,
    I am trying to do the below scenario.....But somehow i am lost in the process.
    I have a three system PI landscape and a Solution Manager. I have included the DEV PI in solution manager for CCMS,the CCMS agents are online and it also reflects in RZ20.
    Now the requirement is SOLMAN should send email and sms alerts in below situations which occur in PI system.
    1.The ABAP or JAVA engine goes down.
    2.One of the filesystem crosses certain predefined limit.
    3.Any of the java server node stops working
    4.If any critical job gets cancelled in sm37
    I am looking at steps on how to define the alert categories, auto reaction methods, also the nodes where i have to assign these auto reaction methods.
    I have gone through CCMS documentations, played all sim files and gone through most of the pdf files but i am not able to establish proper steps to do it.
    I am Redhat Linux,Oracle 10g, SOLMAN 7 with PI7
    Can i extend the same for the EP systems also which are pure Java Stack Systems ?
    Also i would like to know if i can send customized alert messages.
    Best Regards
    Raghu

    Hi Juan,
    Thanks for your response.
    I am looking at the MTE classes i.e for the above situations which MTE classes are required.
    Also i have read in some document that we can send the alerts directly to the email IDs and cell numbers without having to mention them in user masters in SU01. Where to mention these ?
    I have my SCOT settings done for email servers.
    The process which i had built up in my mind is all mixed up and i am lost where to do which configuration
    Best Regards
    Raghu

  • Servlet for sending email error

    i working for send email using servlet and html. when i run i got this error..
    what cause this problem.
    please someone help me. urgent!!!
    thank you in advance
    servlet error........
    ENCOUNTERED EXCEPTION: java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
         at EmailSMSServlet.doPost(EmailSMSServlet.java:123)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at filters.ExampleFilter.doFilter(ExampleFilter.java:149)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)

    here is my code...actually my program send email from SMS. i parser SMS to email format. My SMS part is working but when i combine it,i got error as above. I tried run without servlet (using command prompt) it working properly and i can send email.
    public class EmailSMSServlet extends HttpServlet
    CService srv;
    int status;
    LinkedList msgList;
         public void init(ServletConfig config) throws ServletException      {
         super.init(config);
         srv = new CService("com4", 9600);
         msgList = new LinkedList();
         srv.initialize();
         srv.setCacheDir(".\\");
    public void doPost(HttpServletRequest request,HttpServletResponse response) throws IOException, ServletException
         PrintWriter writer = response.getWriter();
    response.setContentType("text/html");
    writer.println("<html>");
    writer.println("<head>");
    writer.println("<title>SMS TO EMAIL</title>");
    writer.println("</head>");
    writer.println("<body bgcolor=\"blue\">");
         writer.println("test");
              try
              status = srv.connect();
                   if (status == CService.ERR_OK)
                   srv.setOperationMode(CService.MODE_PDU);
    if(srv.readMessages(msgList,CIncomingMessage.CLASS_ALL)==CService.ERR_OK)
              for (int i = 0; i < msgList.size(); i ++)
              CIncomingMessage msg =(CIncomingMessage)msgList.get(i);
              String s=msg.getText();
              String from1=msg.getOriginator()+"@mysite.bla.bla";
              writer.println(s);
              writer.println("<p>");
              writer.println(from1);
              writer.println("<p>");
    // parser sms to email ...
    String delim = "#";
    StringTokenizer st= new StringTokenizer(s,delim);
    String str[] = new String[st.countTokens()];     
    int j=0;
    while (st.hasMoreTokens())
         str[j++] = st.nextToken();
         writer.println("<p>");
         writer.println("Kepada:");
         writer.println(str[0]);
         for(int k = 0; k < str.length; k++)
    writer.println(str[k]);
    // Send mail using javamail.....
    Properties props=new Properties();
    props.put("mail.transport.default",blah");
    props.put("mail.smtp.host","blah");
    try{
    Properties props=new Properties();
    props.put("mail.transport.default","smtp");
    props.put("mail.smtp.host","host");
    Session mailSession=Session.getInstance(props,null);
    Message mssg=new MimeMessage(mailSession);
    mssg.setSubject(str[1]);
    mssg.setContent(str[2],"text/plain");
    Address to =new InternetAddress(str[0]);
    mssg.setRecipient(Message.RecipientType.TO,to);
    Address from=new InternetAddress(from1);
    mssg.setFrom(from);
    Transport.send(mssg);
         writer.println("Succes");
    } catch (Throwable t) {
    writer.println("<font color=\"red\">");
    writer.println("ENCOUNTERED EXCEPTION: " + t);
    writer.println("<pre>");
    t.printStackTrace(writer);
    writer.println("</pre>");
    writer.println("</font>");
         srv.disconnect();
         else
         writer.println("Connection to mobile failed, error: " + status);
         catch (Exception e)
              e.printStackTrace();
         writer.println("<br><br>");
    writer.println("</body>");
    writer.println("</html>");
    thanks

  • Cannot Send Message: MMS Messaging needs to be enabled to send an email address

    ERROR: iPhone 5 "Cannot Send Message: MMS Messaging needs to be enabled to send to an email address."
    DESCRIPTION: When attempting to use my new iPhone 5 (unlocked on T-Mobile) to text to a new iPod email address (on a home WiFi to a Hotmail account), I get the above error message.  I am able to send and receive text messages (SMS) to mobile phone numbers.  I have iMessage enabled and am using iOS 6.0.2.  What is the fix?  Thanks.
    REQUEST:  Apple please produce an iPhone with a five inch screen in order to compete successfully with Samsung.

    yogi1125 wrote:
    when i send text message it showing error "MMS Messaging needs to be enable to send this message"
    what should i do?
    Please read my previous response to you

  • Messages vs Personal Email vs SMS and MMS Text Folders

    Last week, I updated my software for my BlackBerry 8310 on the AT&T network.  I have been having problems with the receipt of emails since.  I seem to been receiving every email twice, once in my personal email folder on the main screen, as well as in the messages folder on the main screen.  I had posted asking for help and received help, which can be read here:
    http://supportforums.blackberry.com/rim/board/message?board.id=8300&message.id=42082#M42082
    I had separted my emails and text messages into their respective folders, and placed the icons for my personal email and SMS/MMS texts on the main screen.  I then hid the messages folder.  At first, I thought this solved my problem, so I marked the thread as solved.  I then received another email and realized that it was delivered twice, once in my personal email folder and once in the messages folder.  I then had to un-hide the messages folder to delete the email, so that the new email notification would disappear.  I am still in need of help, so that I only receive each email once.  At this point, I don't care what folder it goes to, as long as I don't have to delete the same email multiple times.  Thank you for any help in advance.
    Matthew

    they look like 2 copies, they are not 2 copies, they are the exact same copy, just mirrored in another location, but if you delete one... doesnt matter which one, the other one deletes. what you are experienceing is not new. I have been running 4.5 for 2 months now and it works the same as 4.3
    I receive an email in my gmail icon and my messeges icon, if I delete it in 'gmail', it deletes in 'messages' automatically
    If I delete it in 'messeges' it deletes in 'gmail' automatically

  • Sending messages thru email and SMS without using XMS APIs

    Hi,
    I already have some working code that sends messages thru email and SMS. But currently it uses XMS APIs therefore I have a dependency on files like wdk.jar. I want to try and eliminate using the XMS APIs and only use soap to send these messages. I was wondering if there is some documentation available on how I can do this. Also if there a lot of code that needs to be written to do that.
    I primarily want a very simple application that sends only string messages and reduce my dependencies.
    I would really appreciate all the advice.
    Thanks,
    Sonali Nath

    Hi,
    You may refer to the following links to check if they help:
    Sending SCCM Status Messages from MDT Scripts.
    Send SCCM task sequence email report
    Regards,
    Sabrina

  • How do i import outlook email addresses to iphone and send as a SMS text messages

    How do i import outlook email addresses to iphone and send as a SMS text messages?

    You can send a message through an email gateway so that it appears as a text on someone's phone. However, it's not their regular address. For example, for a Verizon customer, it would be [email protected] Perhaps that's what you're thinking of?

  • I m trying to send a email and sms alert using php and it works fine on all systems except on Iphone,the problem is swedish charcters doesn't show on iphones used by people in sweden but works absolutely fine on iphones in india. plz help

    I m trying to send a email and sms alert to people and it works fine on all systems expect on Iphone,the problem is swedish charcters doesn't show on iphones used by people in sweden but works absolutely fine on iphones in india.
    the code i m using is right below,plz have a look and not into the problem as problem is a bit strange.
    $headers = "MIME-Version: 1.0\n" ;
                $headers .= "Content-Type: text/plain; charset=\"UTF-8\"\n";
                $headers .= "X-Priority: 1 (Highest)\n";
                $headers .= "X-MSMail-Priority: High\n";
                $headers .= "Importance: High\n";
                // Additional headers
                $headers .= 'From: Rakesh <[email protected]>' . "\r\n";
                foreach($disemail as $email)
                    $to = $email;
                    $subject = $succMessage['email_subject'];
                    $message = $smsText;
                    mail($to,'=?UTF-8?B?'.base64_encode($subject).'?=',$message,$header);
            if (stripos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) {
            $smsText = utf8_encode($smsText);

    i have tried this new charset combination specifically for iphone and i m waiting for response from sweden alliance.....i hope this works fine as iso works great for 8-bit characters.
    would like to have your thoughts though.
    $headers .= "Content-Type:text/plain; charset=\"iso-8859-1\"\n  format=flowed Content-Transfer-Encoding: quoted-printable";

  • Sending error msgs through email and sms

    Hi,
    does anyone done on sending error msg file through email and sms.
    if so share some knowledge with me.
    thanks in advance

    Hi
    MAIL:
    SORT t_receivers BY receiver.
      DELETE ADJACENT DUPLICATES FROM t_receivers COMPARING receiver.
      IF NOT t_receivers[] IS INITIAL.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
             EXPORTING
                  document_data              = wal_docdata
                  put_in_outbox              = c_check
             TABLES
                  packing_list               = t_objpack
                  contents_txt               = t_content_txt
                  receivers                  = t_receivers
             EXCEPTIONS
                  too_many_receivers         = 1
                  document_not_sent          = 2
                  document_type_not_exist    = 3
                  operation_no_authorization = 4
                  parameter_error            = 5
                  x_error                    = 6
                  enqueue_error              = 7
                  OTHERS                     = 8.
    SMS: refer to this Weblog in SDN.
    <a href="/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap Post for SMS prog</a>
    Hope This Helps
    Anirban

  • Treo 800w Sending Pics via SMS/MMS

    I recently changed from a Treo 700p (Palm OS) to Treo 800w (Windows Mobile 6.1 Pro) and have noticed that I can no longer send pictures via SMS.  When I click on send my only options are to send to up load to a MS space account or send via email, with the SMS option grayed out.  I really like the ability to do this. Does anyone know if this is just not possible or a way to do this?  I am on an unlimited Sprint plan.
    Post relates to: Treo 800w (Sprint)

    I contacted my sprint store to return my 800 and the manager who has the 800 walked me through how to do picturemail.
    Go to your sprint sowtware store on your phone then
    click on Free/demo
    then click picture mail application avialible now
    then download
    to send picture u must still go to pics and videos and then hit menu then select send picture mail and then menu agian and select contacs  and go ahead picture mail away
    ive tried it and it works fine  I know this works with my print treo i dont know about other service providers
    I hope this helps with the frustrations
    Post relates to: Treo 800w (Sprint)

  • Sending email SMS

    hi all,
    i m developing a programme in which i have to read the email and if email meet a specific criteria then i will send SMS to CELL phone.
    But my problem is that i want to check that whenever new email come in INBOX then i check for criteria rather then after every 1 min i read whole inbox.
    is their any event for that in in java mail API, i m using SMTP/POP3.
    thx

    BPEL components can be configured with the Email and SMS activities. Oracle SOA suite provides the Email, SMS activities for error notification/alerts etc.
    For email you would need a SMTP server.
    Following link would help you with sending email attachment
    http://technology.amis.nl/2012/02/05/sending-an-email-with-attachment-from-oracle-bpel/

  • IPhone 4 after updating to iOS 5.0.1 I can no longer send emails.

    iPhone 4 after updating to iOS 5.0.1 I can no longer send emails.  I get a message saying the recipients "email address" was rejected by the server.  Incoming still works fine.

    SMS is a carrier feature, what did your phone carrier say when you contacted them about your issue?
    Double check you have MMS turn on in message settings.

  • Sending email from iphone as text message

    as I understand things I should be able to sent an email to a mobile phone and they'll receive it like a text message. Is this true? I'm a uk o2 customer and have tried but as yet have not managed to get this to work. Does anyone know how t do this in the uk

    You are wanting to send an MMS, not an SMS. No reason to send an SMS via email since the iPhone includes an SMS client.
    Have the person that you want to send an MMS to, send you an MMS addressed to an email address for an email account that you access with the iPhone's Mail client. The MMS will be received as an email with photo attached, and this will provide you the sender's cell phone email address.
    Enter this email address as an available email address for the contact's information in your iPhone's address book. Select a photo that you want to send as an email attachment addressing the message to this email address. The email will be received as an MMS by the recipient.

  • TS3276 My send icon is not illuminated to send email

    My send icon is not illuminated to send email, any suggestions?

    Double tap Home button, delete Camera app in multitask-bar.
    Do a
    Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data
    By the way, picture go through as MMS not SMS, do you have a SMS/MMS plan with your carrier?
    Have you spoken with them?

Maybe you are looking for

  • Invoking a web service returning a arraylist of custom type

    Hi, I created a web service return a arraylist<InsertionSerialisable>. InsertionSerialisable can't be simpler here it is: public class InsertionSerialisable { public String nom = null; public String poids = null; I'm trying to use this arraylist in b

  • Posting details could not be determined

    Hi Experts I got this error when i was trying to post payment Advice automatically. Can you let me know what was missing in the configuration. Posting details not found (entry AOLI 1 ) Message no. F8106 Diagnosis No posting details could be determine

  • I keep getting reminders in Japanese, not sure how to eliminate?  さんは「M

    I keep getting iCloud related Japanese reminders, not sure how to eliminate?  さんは「M&M」への参加依頼を承諾しました. 日時 年2月7日火曜日.07:00 - 10:00 繰り返しイベント 場所 Whereever 参加者 [email protected]とご自身 iCloudはAppleの提供するサービスです. My Apple ID | Copyright © 2014  Apple Inc. All rig

  • How do i get Stereo Sound using the KONA LHE?

    Ok I have a sony HDV HVR-M15 deck, connected to the KONA for video and the audio connected to a mixing desk. The KONA is also connected to the mixing desk via analog audio XLR to Jack. At the moment everything i capture is mono one channel sound, and

  • I can't work out what apps use the internet. Please help

    I cna't work out what uses the internet and what doesn't on my iphone4 please help????