How to create a service to UPLOAD / DOWNLOAD and send emails with files?

Good afternoon!
I need to create a service that sends files via email or FTP, and a service to upload / download files on a server.
I see on the internet does not have much aid to make it in the ADF.
Could someone send me some links, documentation, so I can get the job done?
Thank you,
Lewis.

"I see on the internet does not have much aid to make it in the ADF."  - You are kidding - do you?!
1) Google: ADF Faces file upload
2) Google: ADF Faces image download
3) Google: ADF send mail
I get all the relevant hits (documentation and blog entries) by using these 3 queries in Google.
If you mean "Web Service" by "Service" then better - just Google for Web Service and image handling to find information on this. You don't use ADF to build Web Services, which is why you need to express your search criteria different
Frank

Similar Messages

  • I have Windows 7, Microsoft Outlook and PSE 13. I have used the "Share photos as embedded images" feature frequently, but today when I went to use it, it wasn't there, only the option to send email with files attached. How do I get back the ability to sen

    I have Windows 7, Microsoft Outlook and PSE 13. I have used the "Share photos as embedded images" feature frequently, but today when I went to use it, it wasn't there, only the option to send email with files attached. How do I get back the ability to send emails with photos embedded. I like adding the frames and backgrounds and I think it's easier for recipients to look at the photos. Thanks for any suggestions of things to try.
    Gail

    I had a similar problem in that my wife's iphone 5 could not send pics with imessage.  Had to set the settings to default to SMS or whatever.  After laboring many hours on the web I coincidentally was on the phone with the internet people to question my internet speed.  They changed the router channel, which is something that I am capable of doing myself.  After that, the pics go over imessage.  My own Iphone didn't have the problem.  We are both latest IOS 7.0.6.

  • Thunderbird can download and send mail with Cox POP Mail, Mail cannot?

    I have Thunderbird and Mail installed.
    I can download and send mail with Thunderbird.
    I can't even set-up an account with Mail because it cannot find the POP Mail server.
    I have Firewall on with ports 25, 110 and 587 open.
    This really seems strange that I can use Thunderbird to set up and use POP Mail access to Cox, but not Mail.
    My servers are:
    pop.central.cox.net
    smtp.central.cox.net
    I've followed the steps on Cox's support web site, no success.
    I've already called Cox, they're clueless.
    Thoughts or suggestions are greatly appreciated.
    Thanks,
    --Todd
    Mini   Mac OS X (10.4.6)  

    Hi Todd,
    Well since Tbird works, we can rule out lots of things.
    Mail cannot find the POP server
    You are using the Welcome to Mail assistant to do this, and when you type in your incoming mail server info it spins the gear a bit, gives an error, and says that if you continue Mail may not work -- yes? What does the error say specifically?
    No disrespect at all, but the most likely problem is a typo somewhere / mis-specified username. Please go 'round once more.
    Good luck,
    John

  • How to create Generic Service in HCM Processes and Forms

    Hi Friend's,
      Can you tell me what are the steps to create Generic Service in HCM Processes and Forms and also tell me how to link Generic service with BADI.
       In SPRO, I defined one customized generic service, but i cant able to implement the generic service to BADI. Moreover it's asking for Composite Badi Implementation name.
       So tell me the steps which guide me to create that.. Waiting for your replies....

    hi ramesh,
                      use HRASR00GEN_SERVICE_BASIC  create ur own.
    Madhukar

  • Automator Service to Upload to FTP and Send Email With Links

    Hello.
    Since updating my client server machines at work to 10.7, the automator workflow that I have been using for years isn't working correctly.  Basically it's a simple workflow that uses upload to FTP action version 1.5 that uploads a video file to an FTp server, copies the links to the clipboard, creates new mail message and sends it.
    For some reason, it only does 1 file at a time now.  Interestingly, it uploads the files to the server but only sends the email with the first link this worked perfectly fine on 10.6  Before you could highlight 10 files and it would upload and send the links to all of them.
    Basically, I think it's the upload to FTP action that is causing the problems.  I need applescript to upload to the FTP and copy the url's and send the email.  See attached screenshot of the workflow.  I'm an applescript newbie so any help would be great.

    I don't know what is calling your function, but you should read the file before your call to the function and pass the contents as a byte array argument. You can process the byte array like you already do in your function.
    Regards,
    Marco

  • How to create stored procedure for insert update and delete operations with input output paramters?

    I  have the follwing table is called master table contain the follwing fields,
    So here i need to create  three Stored procedures 
    1.Insert operations(1 o/p paramter,and  14 input paramters)              - uspInsert
    2.Update operations(1 o/p paramter,and  14 input paramters)          - uspUpdate
    3.Delete Operations(1 o/p paramter,and  14 input paramters)          
     - uspdelte
    The following is the table ,so using this to make the three sp's ,Here we will use Exception machanism also.
    Location 
    Client Name
    Owner 
    ConfigItemID
    ConfigItemName
    DeploymentID
    IncidentID
    Package Name
    Scope 
    Stage
    Type 
    Start Date
    End Date
    Accountable 
    Comments
    So can u pls help me out for this ,bcz i knew to stored procedure's creation.

    I  have the follwing table is called master table contain the follwing fields,
    So here i need to create  three Stored procedures 
    1.Insert operations(1 o/p paramter,and  14 input paramters)              - uspInsert
    2.Update operations(1 o/p paramter,and  14 input paramters)          - uspUpdate
    3.Delete Operations(1 o/p paramter,and  14 input paramters)            - uspdelte
    The following is the table ,so using this to make the three sp's ,Here we will use Exception machanism also.
    Location 
    Client Name
    Owner 
    ConfigItemID
    ConfigItemName
    DeploymentID
    IncidentID
    Package Name
    Scope 
    Stage
    Type 
    Start Date
    End Date
    Accountable 
    Comments
    So can u pls help me out for this ,bcz i knew to stored procedure's creation.
    Why you have to pass 14 parameters for DELETE and UPDATE? Do you have any Primary Key?  If you do NOT have primary key in your table then in case you have duplicate information, SQL will update both or delete them together. You need to provide DDL of
    you table. What are the data types of fields?
    Best Wishes, Arbi; Please vote if you find this posting was helpful or Mark it as answered.

  • Downloading and Sending Emails

    Anybody have sample code on downloading emails from a POP3 server (attachments and all). And then sending (SMTP server) those attachments to another email address.
    Thanks,
    Akoni

    get mails like this(scratched example by me):
    String password = req.getParameter("password");
    String user = req.getParameter("user");
    String message_number = req.getParameter("num");
    // String user = new String("LOGIN_NAME");
    // String password = new String("PASSWORD");
    // String message_number = new String("MSG_NUMBER");
    String mail_num;
    String use;
    String server;
    String message = new String("");
    String msg = new String();
    String msg2 = new String();
    Socket s = new Socket("mail.diganet.com", 110);
    DataInputStream in = new DataInputStream(s.getInputStream());
    PrintStream out = new PrintStream(s.getOutputStream());
    server = in.readLine();
    out.println("user " + user);
    use = in.readLine();
    out.println("pass " + password);
    out.flush();
    mail_num = in.readLine();
    out.println("retr " + message_number);
    msg = in.readLine();
    msg2 = msg2 + " \n\r ";
    msg2 = msg2 + msg;
    if (".".equals(msg)) {
    break;
    The message will be located in msg2!
    send mails like this:
    SmtpClient smtp = new SmtpClient("YOUR EMAIL HOST");
    smtp.from("YOUR EMAIL ADDRESS");
    smtp.to(toname+"@"+tohost);
    PrintStream msg = smtp.startMessage();
    msg.println("From: YOUR NAME");
    msg.println("To: "+toname+"@"+tohost);
    msg.println("Reply-to: REPLY ADDRESS");
    msg.println("Subject: "+subject);
    msg.println();
    msg.println(body); //where the body comes
    msg.println(new Date()); // will print the date in the end of the message
    smtp.closeServer();
    these are examples written in 5 minutes by me so there can be some errors!
    while (msg!=null) {
         

  • How do i add a device to receive and send email

    just got a new phone and want to receive emails on this new device

    You must configure the email application on the phone by adding your accounts to it. It will then connect to the email servers in its own right; it doesn't need any help or assistance from Thunderbird.
    The only adjustment I can think of that relates to Thunderbird is to see if the account uses (or can use) IMAP, because this is much better suited to working with email through several devices than the older POP.
    If Thunderbird connects to the server using POP, it may "eat" the messages before the phone gets to see them. And likewise if the phone uses POP (but it's unusual to use POP on a smartphone.)
    Both phone and Thunderbird should use IMAP to ensure greatest visibility of messages and consistency in what you see.

  • Unable to sync (not download or send) Mail with Hotmail

    1) After the recent upgrade of hotmail to access it via a email client or mobile phone via its POP settings, I have been using it with the Apple Mail to download and send emails. It works perfectly without any flaw. But lately I noticed that whenever I read the email or delete the email in the Apple Mail, Hotmail does not seem to synchronize though. When I login via messenger, It still shows me that there are unread messages. Am I missing some setting in Mail to synchronize ?
    2) Also I noticed that Apple Mail does not have a "Junk" mail box and I am not sure how to download those mails from hotmail, which has landed into my junk mail box in Hotmail. some times hotmail is strange, it puts my genuine mail into the junk mail box and I have to go and specify that it is not junk. so is it possible to download those emails in the hotmail junk mail box to my Mail Inbox

    Smt138 wrote:
    Yes. They are completely stumped. They can't find a problem in exchange. I'm definately seeing enough post that indicate something broke between Apple and exchange yesterday. I see it's being reported by users of multiple OS
    Sorry if this was the case, then all employees of my workplace would be down as we use exchanges as well.

  • How do I use my iPhone's hot spot to send email with Mail ?

    Hi,
    My land line is dead ... so no phone nor internet at home.  But I can use my iPhone'hot spot to get on the web from my iMac.  Great ... it works !
    Oups !   I cannot send email from my computer using my iPhone's hot spot with Mail.
    How do I do that ?
    Regards.
    Robert Lespérance

    Hi Templeton Peck,
    Thanks for droping in my thread ...
    Doesn't the fact that I can surf the web with my iPhone's hot spot and that I cannot use Mail normally has I normally do give you a clue what the problem could be ?
    What other information can I give you other than normally I can surf and send email with my regular ISP.  Now that my ISP is dead I am using my iPhone's hotspot to surf the web awaiting that my ISP's connoection returns. Surfing is OK but I cannot send emails with through Mail.
    When I want to send an email from my computer, I get a message asking me to select the the SMTP server.  Then I select my usual ISP server, but the message comes back telling me it does not work.
    Is there any other configuration to do ?

  • How to create Web services to communicate InfoPath forms to Share Point lists ?

    How to create Web services to communicate InfoPath forms to Share Point lists ?

    Hi,  
     As per your posting and my understanding, you wanted to communicate your infopath with SharePoint list/library. Please refer the below link(s) which may help you to solve your issue.
    http://blogs.msdn.com/b/russmax/archive/2012/08/17/want-to-call-sharepoint-2010-web-services-within-browser-based-infopath-2010-forms.aspx
    http://jaliyaudagedara.blogspot.in/2011/03/submitting-data-to-sharepoint-2010-list.html
    or 
    http://blogs.msdn.com/b/infopath/archive/2007/03/26/submitting-to-a-sharepoint-list.aspx
    If you need more help please let usknow
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you
    see a reply being an answer to the question of the thread, click "Mark As Answer

  • How to create web services in java?

    Hi,
    I am a newbie to java webservices. Can anybody tell me how to create web services in java?
    Any tutorial link or step by step doc would be useful.
    Appreciate your help in this regard.
    Thanks in advance.
    naymo01.

    Creating web services in Java appears to depend highly upon the server you intend to use.
    Here's a tutorial: http://java.sun.com/webservices/docs/1.6/tutorial/doc/index.html

  • How to create Web Service Proxy with help of WSDL.

    Hi ,
    How to create Web Service Proxy with help of WSDL .
    Please help me .
    Thanks in advacne for reply .

    check out this article. It has all the details
    http://www.oracle.com/technology/products/jdev/howtos/1013/wsadf/adfcomplexwstypes.html

  • PALM Z22 HOW TO CREATE CALENDAR EVENTS THEN UPLOAD THEM TO THE PALM Z22

    Hello, I would like to know if anyone can advise me on how to create calendar events in say, excel, and then upload them to my Palm Z22.  The reason I want to create them in excel is so that I can also update the file information to my cell phone as well.
    Thanks for your assistance.....
    Tony
    Post relates to: Palm Z22

    Hello Tony,
    If you want to use Excel, then I would suggest that you export your calendar spreadsheet as a comma separated values (.csv) file and then import that data into the Calendar application in Palm Desktop.  Then Hotsync your Palm.
    Alan G

  • How to create web service client

    Hi All,
    I am new to web services .Can any body explain how to create web service client ....
    Please give the give the discription step wise.
    Thanx
    Arun

    Hi Krishna,
    Yes it is possible.
    Check this Link
    [JDeveloper Web Service|http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_wstopdown/wstopdown.htm#t2]
    http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_wstopdown/wstopdown.htm#t2
    I strongly suggest you to go for Eclipse, instead of Netbeans or Jdeveloper incase of WebService. If you want to run your code in all the Server without making any changes go for Eclipse based development for Web Service.
    Kindly let me know if you need some more inputs.
    Regards,
    Zack

Maybe you are looking for

  • Change font size in sap script

    hallow i wont to change the font size in sap script to larger fonts how i do that? regards

  • How to convert xml utf 16 to utf 8

    Is it possible to convert xml file with UTF16 to UTF8 using ABAP? I am using ECC 6.0 Appreciated your inputs.

  • Won't display album art

    i've pasted several album art covers to my albums in itunes. the album covers show when i play them in itunes, but not on my ipod. i've tried using small images and large images, but they still won't display. the show album art option is also checked

  • Oracle apps 11i  Best  intitute in delhi(ncr), India

    Hi friends, Could anyone plz tell me what are the best institute for Oracle Application 11i in Delhi., INDIA thanks

  • Maxtor EIDE 250GB Hard Drive & BIOS issues?

    Does anyone know whether my Motherboard and its BIOS has any problems recognizing a 250 GB HDD up to its full capacity? I've just got a Maxtor Maxline Plus II 250 GB ATA/133 HDD to put in to a portable external enclosure. It is only recognised up to