Submit PDF Data via SOAP

Situation:
Write a PDF out to a public share.
Email the location reference to a user.
Allow the person to add their data to the form.
Allow the person to submit.
I would like to submit the data to a workflow process.
From what I have read, a lot of people indicate this is done by writing a web service that acts as a proxy to the actual workflow process. Is that really the best/easiest way?
I know that LiveCycle exposes the WSDL for any workflow process that is written. Is there a way to call that directly without the proxy?
I know you can set up a Data Connection on a form. Is that the best way?
Can I simply but the end point of the LiveCycle SOAP endpoint in the "Submit To Url" field of a Submit button?
Any words of wisdom?

There are six different ways to initiate a workflow process. 3 are created automatically when the process is activated and 3 require you to build an endpoint.
1. Automatic endpoint - Data Services - you could submit the data to a servlet or other such program and in turn have it call Data Services to start the process.
2. Automatic endpoint - EJB interface - submit the data to a servlet and have it call the EJB interface to start the process.
3. Automatic endpoint - Web Service interface - same as above but use the SOAP interface instead. You could also have the form call the SOAP interface directly but there will be some work required on the form to get the contents of the form to submit via SOAP.
4. Endpoint requires config - Watched folder - you can save out the data to a shared network drive. That drive is monitored by Livecycle and your process is kicked off when a file is dropped into that folder.
5. Endpoint requires config - Email endpoint - same as #4 except email is used and not a folder.
6. Endpoint requires config - TaskManager endpoint - make use of workspace to have the user choose the process to start and the data is submitted to the process automatically.

Similar Messages

  • Send XML and receive binary data via SOAP

    Hi folks,
    following idea (Client-Server-Rendering-Architecture):
    1. Send XML as JavaScript variable via SOAP to the InDesign Server
    2. Attached the XML String to a new document or template
    3. Apply several XMLRules to the docuument
    4. Render to document as JPG|PDF whatever
    5. Transmit the JPG (means binary) via SOAP back to the client
    Following problems raised by implementing this
    1. Build a new XML-Object with new XML() works, but how to attach this object to the document, i've just found importXML() but from file, not string and xmlElements.add() for adding just a tag not a whole xml tree. The importXML() performance from a File object is not that fast ...
    2. How to render a document not to a file with exportFile() but into a variable, object etc.?
    3. How to send a binary object (from an object, a variable or File object if not possible as describe in Q#2) back to the client via SOAP (scriptResult)? Do I have to expand the WSDL (and|or C++ API), any examples?
    Thanks for your help, by the way, the describe scenario is what I expect of a rendering server not more not less ...
    Tino

    for one thing, don't use == to compare strings... You have that all over the place, like:
    if(currentElement=="region") {                                                                                                                                                                                                                                                   

  • Submit PDF data to servlet

    Hiii
    I am new to LiveCycle Desiger suite. I have created a form using live cycle .When user fill the form , i want this info to pass servlet
    End users are using Adobe reader 8 and above. Can it possible??
    How to submit this pdf data to servlet??
    Plz guide
    Thanks

    hiii
    Bamboomania and paul
    Thanks friends,
    I have also added some javascript in PDF.
    I pass some parameters throgh url to PDF and then display this parameters in PDF fields .
    Javascript is as follows :
    var
    sURL = event.target.URL;
    var
    nRequestStart = sURL.indexOf("?");
    if
    (nRequestStart > 0) {
    var sRequest = sURL.substr(nRequestStart + 1);this.rawValue
    = sRequest; 
    var aRequests = new Array();aRequests
    = sRequest.split("?"); this.rawValue
    =decodeURI(decodeURIComponent(aRequests[0].substr(7)));}
    This code work well in adobe reader and acrobat also (some user use acobat).
    but now when I user this  HTTP button , form works well in abode reader
    but show soem alert message in acrobat 7.0 pro such as
    Invalide enumerated value:urlencoded
    The fault occurred on line 626
    After this message pdf get open , but submit only null values to servlet.
    Is that required any onther settings on abode acrobat ??
    Thanks

  • How can I post data (via soap/xml) to a web services?

    Please help. I am new to this concept.
    The web service runs at (not an actual website name) -- https://something.someone.sometms.com/cgibin/somthing.exe?Script=/someapp/some_interfaces/webservice/ws_main.wml
    The soap/xml output expected will lok similar to:
    <?xml version="1.0"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
    <d1:HereIsSomeData xmlns:d1="http://www.vendorname.com/namespace">
    <InputStruct>
    <HereMineData>
    <HereIsDataStruct>
    <Resource>SomeResource</Resource>
    <Date>2006-02-27</Date>
    <SomeInterval>1205</SomeInterval>
    <SomeMtrMW>5</SomeMtrMW>
    </HereIsDataStruct>
    <HereIsDataStruct>
    <Resource>SomeResource</Resource>
    <Date>2008-02-27</Date>
    <SomeInterval>1405</SomeInterval>
    <SomeMtrMW>5</SomeMtrMW>
    </HereIsDataStruct>
    </InputStruct></d1:HereIsSomeData>
    </soap:Body>
    </soap:Envelope>
    The data is in regular table with 4 columns (not an xml schema- table).

    And what does soap/xml have to do with Oracle?
    You should post this thread in the appropiate soap/xml forum to get some adequate help.

  • Submit PDF form via email = Operation is not permited!

    Hi there,
    I just downloaded a trial version of Acrobat 9.0 to see if we can make a bunch of our forms more user friendly and possibly interacive.
    I have created a form, and now I'd like to enable the user to submit the entire form by email to one of our email accounts by clicking a Submit button.
    I followed the required steps religously and defined the "Submit a form" action, triggered by "Mouse Up" and included  the required mailto:[email protected] link.
    However, when I open the form in either Acrobat Pro 9 or Reader 9, the text on the button is not there and when I click on the button it either pulls up an email that looks the way it's supposed to, but the "email was not sent". If I try the same thing on my MAC, clicking on the button generates "Operation not permitted" message.
    Where did I go wrong?
    Any pointers would be greatly appreciated as this feature or ability is pretty much crucial to our decision to purchase the application.
    Many thanks.

    There are a few things to be careful about, particularly if others are to read your form on a variety of systems.
    1. Don't use spaces in the file name. A lot of browsers will choke on spaces, though most are starting to accept this non-standard habit resulting from Windows habits.
    2. Don't put a space between mailto: and your email. It will send a space in from of your e-mail address that may cause a problem with an e-mail client.
    3. Your submit button was not labelled, with an icon as you had it set or simply text "Submit."
    I modified the form to come to me and filled it out. The data was sent to me and I asked to open it, it could not find the file but allowed me to select the form file and it opened up just fine. You can also open the form in Acrobat and use the import data option. It sounds like this last little bit was the hangup for you. In the past I have been able to select the FDF file and it would open right up. I am not sure what is necessary for it to find the form - standard placement or what I am not sure.

  • Retrieve task statistics via soap

    Hello,
    I would need some task-list-metadata like the total number of tasks,
    the number of assigned tasks, the number of completed tasks just
    like the Chart-Feature in the BPM Worklist Application.
    I need to be able to retrieve that data via soap. I couldn't find any
    available webservice, which would be able to accomplish that.
    Documentation tells me that there exists a 'Tasks Report Service'
    which may be appropriate, but it is supported just by plain Java API.
    So before starting to invent my own solution I would like to know
    if there is a existing webservice which supports what I need?
    Kind regards,
    Martin

    Hi,
    Try with Fucntion module: "/SDF/OCS_GET_STAT_INFO".
    When i see the code in above function module he using the code as follows inorder to fecth function modules to list.
    FUNCMODNAME = 'S390_GET_CURRENT_SSID' .
            SELECT SINGLE FUNCNAME
              FROM TFDIR
              INTO :FUNCTION_CHECK
             WHERE FUNCNAME = :FUNCMODNAME .
            IF SY-SUBRC = 0 .
              CALL FUNCTION FUNCMODNAME
                   IMPORTING
                        SSID   = DBSID_DB2
                        DBHOST = DBHOST_DB2.
            ENDIF .
    It may helpful to you.
    Thanks,
    Naga

  • How to submit pdf xml data to a file server

    Hi, I am hoping someone can help me. I have created a dynamic pdf in livecycle designer ES, which appears as the requester wants it to. I now just need to work out how to collect the submitted data. Is it possible to submit the xml data to a file server? I have succeeded in emailing the data, but each response is separate xml attachment and would then need to collated, etc. It would be preferable to submit the data directly to a file server if this is possible. Even if it submitted into a database or something. From everything I have read so far, it seems that this is not possible, unless I am missing something. As a newbie to this, any assistance would be much appreciated. Thank you.

    You can submit the data as XML or URL-encoded data (HTTP POST). In either case you will need to have a server-side process to receive and parse the data stream. The server-side process may be a JSP, a servlet, PHP or any technology that can manage HTTP requests/responses.
    See About submitting data using a button at http://help.adobe.com/en_US/livecycle/9.0/designerHelp/000330.html .
    Steve

  • Electronic PDF Submit - extend.dat file ??

    Hi, I am a website designer and this part of my job feels out of my league.
    My clients assigned me to convert a hard copy PDF into an electronic PDF document that can be filled out on the computer, saved, and then directly sent to the recipient.
    I used the Adobe Designer feature on Acrobat 8 Professional to get me going. Due to the less than sophisticated style of the document I had to work with, it wouldn't create and convert the text boxes and fields for me automatically as it usually would.... so I had to set up everything manually by creating the boxes and naming the fields.
    My manual set-up went smooth, I added my submit buttons and plugged in the e-mail addresses this document is to be sent to, and after running several tests, I keep getting this error message:
    "An extension failed to initialize. Can't open file: extend.dat The file may not exist, you may not have permission to open it, or it may be open in another program. Right click the folder that contains the file, and then click Properties to check your permissions for the folder. You don't have appropriate permission to perform this operation."
    Now what's strange is that the clients ran this document test themselves and were able to fill it out have it process, and then send it to the recipient's e-mail address. However, they came back to tell me that an XML file was bad...... no idea what that is..... Because they were at least able to send, I'm assuming they have Outlook express unlike me.
    I am new to making these types of documents. I have no idea what this error message means, what the extension file is and where it can be located, or how it relates to how my document was created. Neither do I know what the XML file does or how data can appear clearly when an e-mail is received.
    When I created this form into electronic format, I was under the impression that if someone were to fill out this document with Acrobat, save it, and then submit to e-mail, the entire filled out document would be sent out as a PDF of its own....... I'm hoping that can somehow happen, but obviously that isn't happening here.
    Help and ideas.... Thanks.

    There are several issues that come to mind. However, the biggest is the use of e-mail for this form. My comment on e-mail is due to what appears to be in the content of the e-mail that would not normally be acceptable for private information. If that is indeed the case, can the e-mail and submit to a web server. The latter can then be e-mailed locally if you really desire from a webmail script. You get around all of the problems with e-mail clients this way (and there are many problems that often crop up and are related to the client machine configuration).
    It also appears that this would be used regularly and thus the number of submissions of the full PDF would violate the Adobe license. So you should submit the data (XML for Designer and FDF for Acrobat -- I suggest FDF). The data can be imported to the form through the forms>manage data interface in Acrobat.
    If you want to try AcroForms, open the original PDF (not the one from Designer) and use Forms>Run Form Field Recognition. You can then use the forms edit in Acrobat rather than Designer. Again, I would suggest using the FDF data submission. You might try the e-mail submission here again, but I suspect it will fail as before. Generally this is a client setup issue on the e-mail package and the interface. With AA8 you have to use MAPI for the interface and this is problematic. I have some machines on which it will work and others that I have never been successful with. That is why I recommend avoiding e-mail for this use.
    Also, be aware that MAC users using the MAC preview may have problems with the form and submission. That is just a heads up, but I am not a MAC user and can't say much more.

  • Web service connection problem via web service data control (SOAP/REST)

    Hi
    I developed a simple "hello word" web service that I deployed on Integrated WLS.
    Web service works fine - I tested it from SoapUI.
    I created another application to call "hello word" using  "web service data control (SOAP/REST)" in JDeveloper.
    When I test it via "Oracle ADF Model Tester" application works as I'm expecting, but when I create JSPX page,
    drag and drop webservice method as ADF parameter form and run it receive notification (screenshot):
    "WSM-07620 : Agent cannot enforce policies due to either failure in retrieving polices or error in validations, detail= "WSM-02557 The documents required to configure the Oracle Web Services Manager runtime have not been retrieved from the Policy Manager application (wsm-pm), possibly because the application is not running or has not been deployed in the environment. The query "&(@appliesTo~="WS-CONNECTION()")(policysets:global/%)" is queued for later retrieval. "."
    What I'm doing wrong?
    Why I'm able to access web service from any other application but not from jdeveloper?
    Regards

    Hi,
    I am not sure which JDev you are using, but looks like you have some policies setup for WSDC using GPA (global policy attachment) and your policy manager(wsm-pm) is not running. Can you check if the wsm-pm application is properly deployed in your Integrated WLS. You can see this from the list of deployed apps in WLS console.
    -Vishal

  • InDesign Server (via SOAP) -- Returning Binary Data: Possible or Not?

    is it possible to return binary data to soap client?
    given: myFile = File('MyFancyJpeg.jpg');
    I want to return either a base64 encoded, or hex result back to the SOAP client. (filetype, above, is totally arbitrary, by the way)
    Is InDesign server capable of something like this?

    I think so. See ww-ids-soap.pdf in the SDK. You can return to the client any value you want; the value is typed in the SOAP response. An example from that pdf of a mixed-type array response:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope
        xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:IDSP="http://ns.adobe.com/InDesign/soap/">
        <SOAP-ENV:Body>
            <IDSP:RunScriptResponse>
                <errorNumber>0</errorNumber>
                <scriptResult>
                    <data xsi:type="IDSP:List">
                        <item><data xsi:type="xsd:string">1</data></item>
                        <item><data xsi:type="xsd:string">2</data></item>
                        <item><data xsi:type="xsd:long">10</data></item>
                        <item><data xsi:type="xsd:long">12</data></item>
                    </data>
                </scriptResult>
            </IDSP:RunScriptResponse>
        </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Jeff

  • Submit pdf form data to sql database

    Where I can find detailed information on the process of sending data from pdf form stored on the website to the sql database stored on web server ?? Where I can find some samples I could use to build my form and related script(s).
    Thanks for advice.
    Tony

    Hi Paul,
    Thank you very much for your quick response. I can not retrieve your
    attachments, so please send them by email. Thank you.
    What does it mean that DSN has to be set up on each machine which will run
    the form ??? Does it mean for each person who will use the form ?? or
    rather once on the server where the form is hosted ??? It will be a bit
    difficult to use if it will have to be installed on each user computers as
    some users may not be happy to do it. If this is the case do you have any
    solution you would recommend which will collect the data from the form
    without asking users to do anything special on their computers ????
    Regards,
    Tony Pluta
    Graphics Designer
    Broadmeadow Road
    Broadmeadow NSW 2292
    Australia
    Direct: +61 2 9492 1277
    Facsimile: +61 2 9462 1383
    Mobile: +61 403 399 167
    [email protected]
    www.unitedgroupltd.com
    pguerett <[email protected]>
    22/04/2009 10:31 PM
    Please respond to
    [email protected]
    To
    Tony Pluta <[email protected]>
    cc
    Subject
    submit pdf form data to sql database
    If you want the form to contact the DB directly you will have to set up a
    DSN on each of the machines that will run the form. Note that this wil
    only work on Windows machines. Also the form must be launched for the
    script to run (you mentioned the PDF was stored on the web server). I have
    some samples that show how to deal with a DB but the attachments do not
    seem to be working correctly on the forum yet. If you cannot retrieve them
    post your email and I will email them to you directly.
    Paul

  • Submit pdf form fields data as customized template

    Hi
    Is it possible to submit pdf form fields as a customized template?
    when the form is submited, I want it to be emailed to me as text form and the form field data would be autopopulated into the text template.
    Im not sure but is this how fdf works?
    if so, how do i get my form to be submitted as fdf?
    please help.
    thanks.

    Here you go .....the 3 fields at the top are where you enter data. The allfields field is the field that creates your special format and teh submitted data field is what you woudl recieve in the email. Note that i changed th ebinding for the first three fields so that they are not included as separate items in the data file. This shoudl simplify what you recieve. I cam change the format of what is written to the allfields if you need a different distinction. In this example I hardcoded everything ....depending how many fields there are on yours i woudl use a different approach (using some complicated code) but the concept woudl be the same. I woudl find all of the fields on your form and loop through all of these objects in a for loop construct this will reduce th eamount of code dramatically and also allow you to modify the form to add or remove fields as you see fit without having to change the code.
    Make sense?
    Paul

  • Shared Svcs Security to "Submit" data via Excel

    Hello all,
    What are the security provisions necessary for the user to use the Submit data function through SmartView in Excel? I've set up Enable write back to Excel, but that didn't seem to do the trick. I'm just looking for the bare minimum.
    Thanks!

    You really must consider them together, unless the user has the appropriate security class assigned and the write acces to it, the role will not do much. If you have no security classes and no Process Management. Bare bones should be Default Role and Load Excel Data, the rest of the roles are not related to data loading through excel, they are related to consolidation, JE's, I/C, workspace. If the user is using a webform to load data via excel then he/she will need Data Form Write back from Excel, but if the user is using formulas, the only the two above and the appropriate security levels should do the trick.

  • How do I submit xml data from a form to live cycle

    Hi
    This is my first post, so I'm not sure if this is the right forum.
    I have a flex app, which calls a pdf. You enter the info on the pdf and then click submit. Now I need to know what i have to do to submit the information (not via email)to a live cycle process and which live cycle process I must submit it to?
    I'm assuming I must using some sort of servlet to submit the info?
    Any help would be greatly appreciated.
    Thanks
    Ross

    Hello Ross,
    Yes, you need a servlet that gets the submitted info from PDF, and then that servlet internally need to invoke your process.
    There are couple of ways you can submit the data to your servlet, either as PDF/XML/XDP. If you are looking for submitting PDF/XDP, then one need to have either Acrobat S.W (Standard or Professional) or you need to apply ReaderExtensions on those PDFs.
    Hope I answered your questions.
    Regards
    Sivajee

  • Problems Submitting PDF Forms via Adobe Reader XI?

    Hi,
    I have used Acrobat Pro (Versions 9/X and XI) to successfully create fillable PDF forms. I distributed the forms to a server via Acrobat, then set up a hyperlink to the form's location for my users. The users were able to fill the form and submit it.  I was able to manage the submitted form data via Adobe Tracker.  Recently, many of my users have been updated to Acrobat Reader XI.  Now, some of these same users (who have successfully submitted these forms in the past - before the latest upgrade) can no longer submit the form data!  If a user fills the form and clicks submit, it appears to that user that the form was successfully submitted, but no data appears in Adobe Tracker, even after refreshing... What would cause this??
    Thank you!

    What is your operating system?  What is your Reader XI version?  What exactly means "cannot"?

Maybe you are looking for

  • Open and Close Posting Periods - 0B52 (FICO)

    Dear Friend, It will be much appreciated if you can help me with the below question. What are the years to be mentioned in the year columns (_Underlined below_) in the Open and Close Posting Period (0B52) for the Fiscal Year 2011- 2012. i.e., From Pe

  • In SharePoint sorting is not working in the list.

    Sorting is not working when i click on the list column, where the column filed is an people or Group datatype. Please help me out in this. Ramesh S

  • Find & Replace in PL/SQL crashing

    This problem is getting incredibly irritating as forms is crashing so frequently that I'm losing hours in the day just recovering the forms I have open... If anyone knows how I can stop this happening, I'd be really happy to know - is there a workaro

  • SUP SAP connect error/

    I'm facing a problem while trying to update data from a SUP server to a SAP backend. In design time I was able to connect to SAP backend, using the eclipse workspace and even get data from the backend. The data is getting fetched on the emulator. But

  • Selective cloning of the system (HDD to SSD)

    Hello there! First things first, my system is: MacBook Pro9.2 (mid 2012) [13inch, non-Retina] OSX Yosemite 10.10.1 Now the situation: I have stock 500gb HDD, which is almost filled. Im planning on buying a smaller SSD (256gb) [thinking of Crucial - j