Submit Form data by Http Post

hi,
i created a pdf form in livecycle designer with certain fields and want to submit the data filled in the form to a java servlet in HTTP POST Manner...
can any1 please tell how to capture the posted data from pdf to java servlet??
i am looking for code in java which will capture the HTTP POST data ...
moreover, if in the servlet , is it valid to write request.getParameter("FirstName") where FirstName being a field in the PDF??
please help ASAP....thanx in advance

Toby,
Look at <CFHTTP>
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_g-h_09.html#3989287
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"toby007" <[email protected]> wrote in
message
news:ge5inl$21v$[email protected]..
> Hi there
>
> I need to check whether the following is possible and I
have to find out
> ASAP.
>
> I have to find out if I can pass data to another
application on a differet
> server,
>
> Basically I have been told so far that the only way that
I can pass
> information is by a HTTP post.
>
> Previously I have done something similar by posting a
form to a URL. This
> time I have a string which contains the information.
>
> How can I post a string so it can be used by the
application which is o
> the
> other server.
>
> Thanks in advance.
>
>
>
> Toby
>

Similar Messages

  • How can i submit form-data with acrobat pocket pc

    how can i submit form-data (http-post) on a PPC?
    how can i store the data offline?
    which submit-functions are availabe for the pocket pc reader?
    do i need ARES?
    where can i find a documentation of of the available functions for the ppc version?
    where can i fond form-samples for ppc?
    from the docu on my pocket pc:
    Submit form data using handheld devices over a wireless connection. If you are working offline, the data is temporarily stored, then submitted once a connection is established. Send forms by e-mail or directly to the destination server using a cradle or cable

    To your question regarding the Pocket PC version of Reader, I downloaded Adobe Reader for Pocket Pc 2 and installed it on my HP iPAQ . I then loaded my test PDF file onto the iPAQ. The Reader for Pocket PC preformed an email submission fine. However, I received no indication that anything happened when I tried an HTTP Post. So I think you can only do an email submission.
    In general, I have been testing to see how much I can do without the Live Cycle Reader Extensions, since for sure I will never be able to purchase them. What I have found is that for Acrobat Reader 7, the email submission works for all of the people I have asked to test it, but the HTTP Post has worked for only one of the two people who have tested it so far with Reader 7 (the one for which it worked claims that he only has Reader 7 on his computernot Acrobat).

  • How to send te XML data using HTTPS post call & receiving response in ML

    ur present design does the HTTP post for XML data using PL/SQL stored procedure call to a Java program embedded in Oracle database as Oracle Java Stored procedure. The limitation with this is that we are able to do HTTP post; but with HTTPS post; we are not able to achieve because of certificates are not installed on Oracle database.
    we fiond that the certificates need to be installed on Oracle apps server; not on database server. As we have to go ultimately with HTTPS post in Production environment; we are planning to shift this part of program(sending XML through HTTPS post call & receiving response in middle layer-Apps server in this case).
    how i can do this plz give some solution

    If you can make the source app to an HTTP Post to the Oracle XML DB repository, and POST contains a schema based XML document you can use a trigger on the default table to validate the XML that is posted. The return message would need to be managed using a database trigger. You could raise an HTTP error which the source App would trap....

  • Need Help in importing data through HTTP post by using OAF

    Hello Everyone,
    I have one requirement of importing data from Job Posting page of iRecruitment into other application or into other file like csv/xml/txt through HTTP post by using Oracle Application Framework.
    Please help me out in the same if anyone know about how to achieve this kind of requirement.
    Help is highly appreciated.
    Thanks,
    Arvind
    Edited by: user636850 on Sep 18, 2009 5:35 AM

    Hi Gaurav,
    Thanks for your reply. I know about export button but my requirement is to import data into other web based application through HTTP post.
    Thanks,
    Arvind

  • How can I submit form data to an outside url after a purchase?

    I'm using BC as the ecommerce portion of a site that sells certificates that people will purchase.  There is an outside developer creating PDF certificates with their info and a custom code.  Does anyone know how I can submit data from purchase form to an external url?

    Two ways.
    To get around cross site restrictions:
    - In javascript dynamically create a hidden iframe, copy the form data into that iframe, attach an onload event to that iframe, submit the form (in the iframe), once the iframe as loaded, submit the BC form as usual. Google around there should be examples out there.
    - Use JSONP to do the same thing, but this will use a GET so your data wont be encrypted at all (this might not be a concern for you and you'll need to check if the outside developer making the PDF can handle this response).

  • Sending UTF-8 data via http post

    Hello,
    I'm generating an xml to be sent via http post method. Before sending, I'd like to convert it to utf-8, but Oracle converts it to utf-16, no matter what I do.
    This is what I send with utl_http.write_text:
       convert(l_clob,'AL32UTF8')...but I see utf-16 encoded output on the server side.
    NLS_RDBMS_VERSION is 10.2.0.1.0
    NLS_CHARACTERSET is EE8ISO8859P2
    NLS_NCHAR_CHARACTERSET is AL16UTF16
    But I do not use NCHAR variables.
    Is http post considered like exporting, where the os's NLS_LANG is important?
    Earlier, I managed to save utf-8 xml-files without setting any NLS% params. It was with:
            UTL_FILE.PUT_RAW(
                file   => file_handle,
                buffer => UTL_RAW.CONVERT(utl_raw.cast_to_raw(buffer),
                                          'AMERICAN_AMERICA.AL32UTF8',
                                          'AMERICAN_AMERICA.'||charset
              );But this does not seem to work here, since I have to send 'text/xml'...
    Any help is appreciated.
    Thanks,
    Laszlo

    Not really the correct forum.. The methods you are using are more a PL/SQL issue than an XML DB issue. In general Oracle will convert the response into the character set requested by the client, are you sure your client is not requesting UTF-16.
    Edited by: mdrake on Nov 27, 2010 5:42 PM

  • How to change the submit form data - standard e-mail text?

    everytime, when submitting data of a form, in the e-mail appears a standard text like below:
    The attached file contains data that was entered into a form. It is not the form itself.
    The recipient of this data file should save it locally with a unique name. Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form or creating a spreadsheet from several data files. See Help in Adobe Acrobat Professional 7 or later for more details.
    My experience shows, that this may confuse the user. I would like to write in a simple way, for example:
    Thanks for submitting form....
    My question: Is it possible to change this standard text, and if yes how?
    I would be grateful for any comment or advice!

    Dear Gilad,
    Thanks for your fast answer! Yes, mailDoc specifies the text for the email. This is working fine!
    But what about the form data as attachment? the attachemnt is missing.
    Best regards!

  • Resend Form Data on Huffington Post

    In the past few weeks, I get this annoying message every 15 seconds, whenever I go to www.huffingtonpost.com:
    "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?"
    I have not entered any form data.
    This message started appearing after my office installed new web content filters The message does not happen in Internet Explorer, nor does it occur on my home laptop using Firefox. My office IT folks claim their content filter is not the problem (their usual reply to such inquiries). I would like to know if there is a setting in Firefox that can fix this issue.

    Application Basics
    Name: Firefox
    Version: 31.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Adobe Acrobat - Create PDF
    Version: 1.2
    Enabled: false
    ID: [email protected]
    Graphics
    Adapter Description: NVIDIA Quadro NVS 290
    Adapter Drivers: nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um
    Adapter RAM: 256
    Device ID: 0x042f
    DirectWrite Enabled: false (6.2.9200.16571)
    Driver Date: 1-18-2013
    Driver Version: 9.18.13.1106
    GPU #2 Active: false
    GPU Accelerated Windows: 0/1 Basic
    Vendor ID: 0x10de
    WebGL Renderer: Google Inc. -- ANGLE (NVIDIA Quadro NVS 290 Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: skia
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 4
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20140716183446
    browser.startup.homepage_override.buildID: 20140716183446
    browser.startup.homepage_override.mstone: 31.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 31.0
    gfx.direct2d.disabled: true
    gfx.direct3d.last_used_feature_level_idx: 1
    layers.acceleration.disabled: true
    network.cookie.prefsMigrated: true
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    privacy.sanitize.migrateFx3Prefs: true
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.6
    Version in use: 4.10.6
    NSS
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSSL
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16.2
    Version in use: 3.16.2
    Experimental Features
    ---------------------

  • Make local copy for any submit form data provided prior to send/submit

    Dear Sir/Madam,
    I am trying to achieve a behaviour of firefox 22 under Ubuntu 13.04 Linux that has to do with forms/submit.
    The result I want to achieve is to have a copy filed for each registration form, personal information provided like job application forms done on websites with multi step submit/apply button at the end.
    The copy "bill" I am after would simply be adding on a scroll the screenshot for the webpage(including scrolling areas) to a localcopy.
    The idea is to look for words like "register", "Address" "Job", "Application" on the page where a form/submit has been detected and simply compound save all displayed steps with data inserted by me.
    For me a lot of this makes sense since prior to for example sending mails or letters by post I file a local copy for my reference ect. This would be an electronic equivelent of it.Saving tremendous energy and time compared to manually saving each step and then looking for a way to name/organise and "collage" all the bits into one receit/bill/scroll.
    How can I modify or achieve this behaviour on Firefox 22 under Ubuntu?
    I have installed addons like InFormEnter, SessionManager iMacros Lastpass...
    an arrow/menu started similar to InFormEnter near a submit button as a method to confirm a loacl copy prior to sending would be ideal.
    Sincerely yours,
    Nikita K. Tsarov

    UnMHT is OK but it doesnt work well when used with the HP chat support window... Here is an attempt to explain what I am trying to get at
    https://docs.google.com/file/d/0B0Kuhf6iBidTZWZWeUxrR2dYajg/edit?usp=sharing
    Feel free to add any comments tips directions...

  • Adobe Reader 9 for Mac doesn't submit form data correctly

    I have a form created in Acrobat Pro 8. For some reason, when I submit in Reader 9, no data comes thru. Works fine on Windows XP (Reader 9). Also works when I submit with Acrobat 8.
    What's up?...

    To clarify my previous post, I had already seen http://forums.adobe.com/message/1770581 .  I mentioned in my post that I get the message "Preview not supported" when I click the Preview button from the print dialog in Adobe Reader, and thus concluded that the "Preview" workaround discussed in that thread wasn't helping me.
    However, re-reading that post, they were talking about using the Mac "Preview" application to print the pdf file.  Like every other application (other than Reader) I have tried, the Mac's Preview application prints just fine, and is another workaround.
    The only program that doesn't print for me is Adobe Reader.
    BTW, I also have an Intel chip in my MacBook Pro.
    Re-installing Leopard, as suggested by one post in that thread, is not a reasonable option for this problem.
    In fact, since Preview allows me to view and print .pdf's , my solution is probably just going to be not to use Adobe Reader.  In fact, had I not been new to the Mac, I would have known that I didn't need Adobe Reader at all.
    However, I'm glad this happened, in the sense that I use CS3 on the PC, and had considered moving to CS4 on the Mac.  However, since Adobe apparently hasn't figured out how to get printing to work on a Mac from their flagship product (!), I will be sure to do a lot of testing of CS4 before considering buying the upgrade.

  • HTTP POST using JSP

    Is it possible to submit a data using HTTP POST from a JSP. In a JSP I am generating a XML. For example JSP URL is http://www.test/xml.jsp
    In the xml.jsp:-
    <test>
    <test1>
    Testing 1
    </test1>
    <test2>
    Testing 2
    </test2>
    </test>
    When I call http://www.test/xml.jsp, I should receive the content in the xml.jsp as a HTTP POST. Is this possible using JSP or do I have to use only servlet?
    Thanks

    Hi,
    yes, it's possible to submit data from JSP using POST method.
    It is even possible to do it from HTML. Set <form method="post"...>, that's all. You can't submit data using POST by typing any specific address etc. in Your browser, only GET parameters can be sent in such a way.
    Regards, M

  • HTTP Submit & FORM Post

    Where can I find an example of how to submit form data in a format used by HTML forms (URL-encoded Data - HTTP post)?
    Im just learning Acrobat 7.xand Form designer 7.x and cant figure out how to attach code to the Submit HTTP button. A client has a generalized forms post decoder/foward as e-mail program. The url would be, for example:
    http://www.ourwebsite.org/cgi-win/deField.exe method="POST"
    and it needs the Acrobat form to have the hidden field:
    femail=[email protected]   (email address to send form info to)
    What we really want to do is:
    1.     Use an interactive Acrobat form to collect and validate data from users over the Internet (by querying a database) as they fill in the form
    2.     Merge both user-entered data, and user-specific data pulled from the db, into the pdf form
    3.     Returned the completed form to the user for printing at their location,
    4.     And capture the full data into our database.
    .Ive scoured the product literature and the dev user forums and seen some limited FAQs and advice but its pretty murky. Any help will be greatly appreciated.

    <[email protected]> ha scritto nel messaggio <br />news:[email protected]...<br />> Where can I find an example of how to submit form data in a format used by <br />> HTML forms (URL-encoded Data - HTTP post)?<br />> I'm just learning Acrobat 7.xand Form designer 7.x and can't figure out <br />> how to attach code to the Submit HTTP button. A client has a generalized <br />> forms post decoder/foward as e-mail program. The url would be, for <br />> example:<br />><br />> <a href=http://www.ourwebsite.org/cgi-win/deField.exe> method="POST"<br />><br />> and it needs the Acrobat form to have the hidden field:<br />><br />> [email protected]  (email address to send form info to)<br />><br />><br />> What we really want to do is:<br />><br />> 1.    Use an interactive Acrobat form to collect and validate data from <br />> users over the Internet (by querying a database) as they fill in the form <br />> .<br />> 2.    Merge both user-entered data, and user-specific data pulled from the <br />> db, into the pdf form .<br />> 3.    Returned the completed form to the user for printing at their <br />> location,<br />> 4.    And capture the full data into our database.<br />><br />><br />><br />> .I've scoured the product literature and the dev user forums and seen some <br />> limited FAQs and advice but it's pretty murky. Any help will be greatly <br />> appreciated.<br /><br />Maybe I don't understand your question well and so my answer can be of no <br />help for you, but the first two points can be easily done with Designer and <br />a web service that send the data retrieved from a specific request (i.e. <br />your customer inserts his userid and automatically some data appears in the <br />form). You simply have to create a button that retrieves data from this <br />webservice (first you have to create a data connection to your webservice).<br />The third point can be achieved using a print button (that is ready to use <br />in the library). Remember that you can making all the operations you want to <br />do without re-loading the PDF, but simply by doing the call to your <br />webservice after the user filled in the form.<br />The forth point can be achieved using a submit botton that has the <br />controltype set to submit, then you can send your data in the format that <br />you choose. Of course, in the submit URL you can specify an email.<br /><br />Sorry if I don't understand your request :)<br /><br />Ciao,<br />Alessio<br /><br />Bye,<br />Alessio

  • Where does firefox cache the form parameters to be used in the reload event of a page that was the resposne of a HTTP POST request?

    Suppose there is form in a web page and it submits data in HTTP POST method. After submitting the form, if I reload the page [either by the refresh button or back button; whichever applicable], firefox asks permission to resend the form data by saying "To display this page, Firefox must send information that will repeat any action...". Now if the user clicks on the resend, firefox resubmits the form data.
    So where does firefox store this from data for such future resending/resubmission?
    Is it possible to retrieve/manipulate those stored form data?

    I thought I'd tried that, as tried lots of other things like encoding URL, but obviously not as this works.
    Thanks for the quick reply.
    We also have an issue with the people results not being able to be refined by Department or Job Title now we have connected the SP2010 farm to use the service applications from a SP2013 farm.
    Any ideas on this?  I've started a new thread as its unrelated though:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c89d5463-4531-4a28-9586-1f690c7b580d/can-you-refine-people-search-results-using-a-sharepoint-2013-search-service-application-connected-in?forum=sharepointsearch

  • Retrieve data/files fro HTTP POST request in On-Demand process

    Hello,
    I would like to integrate https://github.com/blueimp/jQuery-File-Upload to my APEX 4.2 application inside XE11g. I would like to use this kind of jQuery component, multiple file upload, use Drag & Drop, image resize, size limit, filter extensions etc...
    This jQuery component and also others javascript uploaders sends data files to some defined URL. Developer need to build some servlet, php script or something on server side that will read files from HTTP request and stores it somewhere.
    Do you know how to do it in APEX? How can I read data from HTTP POST request in PL/SQL? Now I can only call my On-Demand application process from javascript, but I am not able to read any data from HTTP POST in it.
    Can I do it in APEX, or using MOD_PLSQL?
    I would like to implement this:
    1) some javascript uploader will call some URL of my application and sends HTTP POST with data files
    2) I will read data files from HTTP POST and store them into database
    3) I will create some HTTP response for javascript uploader
    Thank you for some tips

    I know about that existing plugin " Item Plugin - Multiple File Upload"
    But I doesn't work in IE and has only basic features. Licence for commercial use is also needed. I would like to use some existing jQuery plugin. There are many of these plugins with nice features. And only one problem is that I need to create some server side process/servlet/script.. that can recieve HTTP request, get files from it and stores them into DB.

  • File upload using http-post in OSB

    Hi All,
    I am trying to upload a file using http-post method in OSB.
    I have created a business service pointing to the service url, with http method post.
    and calling this business service from a proxy service.
    I am unable to send the form data to the business service.
    Please let me know how to send trhe form data and the file information.
    The error given by Business Service is-
    the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is text/plain
    Thanks in advance.
    Seemant
    Edited by: Seemant Srivastava on Oct 12, 2010 12:28 PM

    Hi Anuj,
    A sample HTML form code for. Post HTTP service-
    <html>
    <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CSV File</title>
    </head>
    <body>
    <form method="post" enctype="multipart/form-data" action="http://xyz/UploadFile">
    <table>
    <tr>
    <td> Feed id </td>
    <td><input type="text" name="refid" value="" size="20"></td>
    </tr>
    <tr>
    <td> Username (optional)</td>
    <td><input type="text" name="username" value="" size="20"></td>
    </tr>
    <tr>
    <td> Password (optional)</td>
    <td><input type="password" name="password" value="" size="20"></td>
    </tr>
    <tr><td> Select CSV File </td>
    <td> <input type="file" name="upload" value="" width="30"/></td>
    </tr>
    <tr>
    <td><input type="submit" name="Ok" value="Go"> <input type="reset" name="reset" value="Reset"> </td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    I need to pass all these information to OSB business service.

Maybe you are looking for

  • "Unable to Open" PDF attachment using BlackBerry PlayBook when message is received from Exchange 03

    Hello, Recently I have found that some users are having an issue with opening PDF attachments on the BlackBerry PlayBook using their Exchange 2003 accounts. I have isolated the issued to only users on Exchange 2003 using activesync. To resolve/workar

  • Full Form of SAP "R/3"

    As we know, when we say u201CSAP R/3u201D, "R" stands for "Real-time data processing" and u201C3u201D for 3-tier. Can someone explain in simple language what this 3-tier architecture is? Also, what is the difference between two-tier and three-tier ar

  • Exporting BOM out of a company

    Forum, I am wondering how best can I export BOMs out of a company. I would like to get these into excel so i can import them into another company via DTW. Any help would be appreciated. Regards, Juan

  • Can anyone help me silent installation of Adobe Robohelp 9?

    I want to deploy Adobe Robohelp 9 across my organization. So, i want to deploy it silently. Please can anyone help me with the silent switches or the procedure to install Adobe Robohelp 9 silently. In adobe site Adobe Robohelp 8 silent install docume

  • Is this a genuine Skype mail???

    Hello ..... Greetings from Skype Customer Support. I understand that you have limitations in purchasing credits using your account. As your specialist, I'll be more than willing to look into your account to have your concern worked on. Skype values t