Submit by Email results in empty XML

Hi all,
I created a simple Adobe Form with Tx. SFP, added "Submit by Email" button and when I execute it from SFP and click on the button, the attached XML is empty (no info typed in the PDF, only tags).
Already installed the license. What am I missing?
When I create the exact same PDF using Adobe LiveCycle Designer outside SAP, works OK.
Thanks in advance.

Hello Andrés,
I think you have this issue because you use an ABAP-based interface for your form. Only when you use an xml-based interface, the entries are in the xml included when you use the email-button.
When you need the abap-based interface, then you have to attach not the xml but the complete pdf to the email.
Regards,
Holger

Similar Messages

  • Invoking a process to return a SQL query as XML results in empty XML tag (but testing the SQL works)

    I have a process that runs a SQL query and returns the results as XML.  When I test the query in the Process Properties tab in Workbench it appears to execute just fine.  I can also test the XML information and see that the results are coming back correctly.  But when I invoke the process I get an emtpy XML tag with no results.  Recording the invocation and playing back the recording doesn't tell me anything useful.  Has anyone ever seen this issue before?  I don't understand why everything within the process seems to bring back results just fine but invoking it returns nothing.

    Unfortunately I am not the admin for our LiveCycle instance and do not have access to the server logs (long story).  I also am not authorized to share any LCA files for this project.  Thanks though.

  • Submit by Email as PDF attachment instead of XML

    We created a form in Adobe LiveCycle Designer and added a "Submit by Email" button. When the user selects the button, an email message starts but the attachment is an XML extension. How can we change that so when the button is selected, the attachment comes as the completed form in PDF?
    Thanks,
    Tim

    If you want people to be able to submit the entire PDF instead of just the data then you will need to "Reader Extend" the form using Adobe LiveCycle Reader Extensions ES. If the volume and number of users is low (please read the EULA for complete details) then you may also extend the form using Acrobat.

  • Export only specific data in XML with Submit by Email button

    I have created a form with multiple subforms that includes user input and calculations. One of these subforms contains fields that are bound to a MS Access database to retrieve data for calculations. All of the fields on this subform are bound to the data connection. The data connection, calculations, and submit by email button all work perfectly. My only problem is that the XML data that is being exported includes the data I bound to the MS Access database. I only want the data that the user inputs. I have changed the binding to "none" on all of the calculated fields to restrict them from exporting.
    I have attached a copy of the XML file that is generated when the "Submit by Email" button is clicked. I only want the data from the "YTDIncStmt" subform to be included in this file. The "MasterData10K1", "MasterData10K2", and "MasterData10K3" are the actual data connections to the MS Access database.
    How do I limit the export to only the data the user input?

    I have the very same problem! I am importing data from MS Access and trying to export XML data that I can sync with Quickbooks. But the XML file contains some of my binded MS Access fields, which Quickbooks doesn't know what to do with, and rejects my xml files. I am also looking for a way to submit only selected XML data.  You ever find a solution/work around?

  • No XML file attachment when using Submit by Email button

    Hello all -
    I'm using LiveCycle Designer 8.0 to create a simple form, and am using the Submit by Email button to return the user supplied data. When I save the form and test it with Adobe Acrobat Professional 8.1.1, the email goes through just fine, but there is no attachment. No XML file, no nothing. Just a blank email with my signature block at the bottom. Has anybody else experienced this? Any ideas on what could be wrong? All I want is the XML file.

    You have multiple options to sending whole PDF format.
    1) Set the submit button to submit whole PDF format by using a mailto: [email protected] in the submit button action URL.
    2) Set the submit button to fire a javascript that submits whole PDF format. See Adobe's Javascript reference guide for instructions.
    Note: Methods #1 and #2 require Adobe Acrobat or Extended Reader Rights; because, Adobe Reader users are restricted to submitting just the data formats; such as FDF,XML, XFDF, XDP, and HTML. Beware extending reader rights to a PDF form using Adobe Acrobat places end user EULA restrictions, such as not more than 500 end user submissions for each form.
    My Recommendations:
    #3) Set the submit button to point to a URL of a server-side script; such as ASP.net. Then set the format to a data format; such as FDF, XML, XFDF, or XDP; and use ASP.net and iTextSharp (Free) to merge the data with a blank PDF form; and attach the submission to an outbound SMTP mail message and send without 3rd party email software such as MS OUTLOOK.
    #4) A combination of #1 and #3; where you enable usage rights on the PDF using Adobe Acrobat; and send to a server-side script which bypasses client-side email software.
    Check out the following website for online examples that submit to a server side script:
    www.pdfemail.net/examples/

  • Acrobat Reader PPC 2 and submit by email

    Hi,
    I searched the forums before posting this question. I created a form with Live cycle Designer which had a submit by email button (with to address set). Running this form on a PDA (Acrobat Reader Pocket PC 2) is fine, however when I try to submit the form it pops up an empty email mail message (i.e. no to address or subject, but with attachment). Is there anyway to get it to at least populate the to address?

    Don't use the regular "'submit by email button." If you use this button, you can only submit the data as XML. Instead, make your own button.
    In the Object library under Standard objects, click and drag a plain button to your form. Change the Control Type to Submit. Now you should have a new tab called Submit with a "submit to URL" option.  In that field type the return email address in the following format:  mailto:[email protected]  Toward the bottom of the same option, there is a field that says "submit" and the choice is XML data package.  Change that to PDF.  Then change the name of the button to "Submit by Email."  Now when you preview your form and click the Submit by Email button, it should mail the completed form as a PDF instead of simply mailing the raw data.

  • Error: The result is empty for XPath expression

    hi gurus
    Following is my input sample data to BPEL process.
    <ItemList>
    <Item>
    <Name>Music System</Name>
    <Id>525</Id>
    <Item>
    <Name>Fog Light</Name>
    <Id>325</Id>
    <Item>
    <Name>Tyres</Name>
    <Id>325</Id>
    <Item>
    <Name>Neon Light Ring</Name>
    <Id>325</Id>
    </Item>
    </Item>
    </Item>
    </Item>
    </ItemList>
    Here <ItemList> contains <Item>.
    And <Item> contains <Name>,<Id> & <Item> element itself.
    i have created proper XSD for this.
    But When i try to fetch any value then using Assign Activityits gives runtime following error.
    Error in evaluate from expression at line "36".The result is empty for the XPATH expression: /ns1:ItemList/ns1:Item/ns1:Name
    Any suggestion..?
    thanks
    /mishit

    Here is my XSD.
    <?xml version="1.0" encoding="windows-1252"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified" >
    <xsd:element name="ItemList" type="ItemListType"/>
    <xsd:element name="Total" type="TotalType"/>
    <xsd:complexType name="ItemListType">
    <xsd:sequence>
    <xsd:element name="Item" type="ItemType"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ItemType">
    <xsd:sequence>
    <xsd:element name="Name" type="xsd:string"/>
    <xsd:element name="Id" type="xsd:string"/>
    <xsd:element name="Item" type="ItemType"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="TotalType">
    <xsd:sequence>
    <xsd:element name="TotalPrice" type="xsd:double"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    /mishit

  • Submit by Email AS a PDF (urgent - time crunch)

    I'm creating a form to be distributed externally to clients via email.  I'd like them to be able to fill in the form, then click Submit by Email and have a completed PDF sent back to me (which we save in clients files for our records in an attempt at paperlessness).  I've got the Submit by Email button in my form now, but apparently the default submission format is XML not PDF.  Is there a way to change this?
    Thanks - Sat

    Paul,
    Appreciating your explanations.
    I never knew that we could submit our form in these many ways.
    Your examples are informative and very useful to me.
    I have another question: Can we close the pdf after submitting the form to an email address??
    I mean, a user fills-in a User Acceptance Form and clicking on submit button. This should trigger an email (internally) and the form should close.
    Is it possible?
    Thanks,
    Nith

  • Submit by email with Mac OS

    Hi there,
    First time posting.  Thanks to everyone who is so amazing at answering questions here. I've learned alot.
    I have a form created with Live Cycle Designer ES4.  I have enabled reader rights by doing "Save as other" in Acrobat Pro.
    The "Submit by Email" function is setup to send the "complete PDF" as an attachment.  It works GREAT on a PC - perfect actually!  I get that popup box asking if I want to use my 'default email application' or 'webmail'.
    On a MAC however, that same button does nothing when pressed.  I have made sure I am using the latest version of Adobe Reader on the mac and that I am not viewing the form through preview or any other app.
    Does anyone have any advice as to how I can get this working on a MAC?
    Thanks so much in advance!

    It’s a wonder you could understand what I meant and glad you got it figured out here is an improved version of what I tried to say: (May help others struggling with same issue.
    Sorry No advice. You can't, because Adobe it its shortsightedness hasn't built in XML based PDF support into the Mac Version. And probably never will. Adobe after 20-25 years still considers Macs as toys not really meant for serious work. Despite the fact, were it not for Mac users, And Adobe writing products for Mac first, they would still amount to a Font House today. For two years or more they wrote exclusively for Mac until PC's accepted them, after Mac Users worked the bugs out. Then we were all but abandoned.
    We can read XML based PDF's, but can do nothing with them . What we can do, is re-save them which converts them to Plain PDF's. Then go to Forms Manager, and setup the form which will work on all Platforms.
    So what you need to do is if you want your audience to include Mac users as well is avoid Lifecycle created forms and don't use any XML Based PDF Form . Create regular PDF forms and will it work on any platform.

  • Submit by email button not working

    I have a simple form which has worked fine for the past couple of years, but since updating it with Livecycle Designer ES8.2 recently, the 'submit by email' button is not working for many who have downloaded it.
    Works fine when I try it here and it worked fine last year, but not with this latest version of the pdf apparently.
    If anyone has a moment could they have a look and see if there's anything obviously wrong? (It has a couple of required fields before the button will work) It's at http://www.mogsport.net/series/2009-SeriesAppForm.pdf
    Thanks
    Chris
    XP Pro SP3, LC ES8.2, Acrobat 9

    i have had this problem too. it looks like you are getting the xml data file because the pdf opens as read only in acrobat reader and cannot be saved. one thing that solved the problem for me was to open the file in acrobat pro and use the distribute form wizard. this may just be a roundabout way of doing the reader extension paul mentioned, but in my case it worked.
    open the file in acrobat pro (if you have it)
    go to forms > distribute form...
    when you get to "how do you want to collect responses.." select "manually collect responses in my inbox" from the dropdown menu and click next
    then you will get to "how do you want to save your form"... click save a local copy and send it later the click the browse button and select where you want to save the document.
    then click finish
    go to where you saved the file and it should have the file name with "distributed" after it. send out that file and it should be able to save and return a pdf when the recipient clicks the submit by email button.
    from what i remember the first time you go through the dist form process you have to fill in contact info, email etc. whatever email you put for this will be the email the form is returned to when you hit the submit by email button. from what i remember it even overrides the email address programmed into the sumbit by email button. if you want to change the contact info later you can change it in Edit > preferences > identity
    hope this works for you

  • Submit by email - two related questions

    Windows 7 Ultimate
    MS Outlook 2007
    LiveCycle Designer ES 8.2
    Reader X
    I'm very new to LiveCycle & have just created my first form with a "submit by email" button which sends the data from the form as an xml file.
    I can see how sending as xml would make sense if the idea was to use the form to collect data from lots of sources that needed collating (e.g. a survey) but
    What if it's something like a job application form, so I'd need to see each one seperately? So, how do I set the email button to send a copy of the completed form itself, as a pdf?
    If I do need to collate data, what do i do with the xml file - how do i get multiple xml files from different people to import into.........what, a spreadsheet, a database, something else.....?
    Thanks,
    Boris

    Hi Boris,
    In Addition to Radzmar Post you can try the below mentioned steps to send the completed form as PDF and not XML
    You'll need to change your email submit to a plain old "Button",
    In the Object tab specify the Control Type as "Submit". This will give you a Submit tab.
    Then on the Submit tab set the Submit to URL field to be mailto:mailaddress.
    In the Submit As dropdown select PDF.
      If you want recipients using Reader to save form data, you'll need to make sure the PDF is Reader-enabled in Acrobat
    Hope it helps
    ~Pranav

  • Submit by Email to two URLs at runtime

    I have a form with a Submit by Email button configured in the Object palette to send the form to a specific URL. In the form, the user fills out an email address text field. Is it possible to send the user the form also? I found something close (see below). I tried to adapt this by adding script to the Submit by Email button this way:
    this.resolveNode("#event").submit.target = "mailto:[email protected]; " +emailFromTxt .rawValue + "?subject=email data&body=This is the body  text.";
    but that doesn't work. Thank you for any suggestions on whether this is possible or not.
    Script - validate event of TextField1
    var address = new RegExp();
    address.compile("^[a-z0-9_\\-\\.]+\\@[a-z0-9_\\-\\.]+\\.[a-z]{2,3}$","i");
    var result = address.test(this.rawValue);
    if (result == true){
      true;
    } else {
      false;
    Script - click event of the email button
    this.resolveNode("#event").submit.target = "mailto:" + TextField1.rawValue + "?subject=email data&body=This is the body text.";
    ( from: http://partners.adobe.com/public/developer/en/livecycle/designer/pdfs/FieldSubmitURL.pdf)

    This is the changed script that you have used..
    this.resolveNode("#event").submit.target = "mailto:[email protected]; " + emailFromTxt .rawValue + "?cc=" + strCCAddress + "&subject=email data&body=This is the body  text.";
    If the above script does not work, try the below script to send CC Email Address.
    var strToAddress, strCCAddress, strSubject, strMessage
    strToAddress = "[email protected]";
    strCCAddress = "[email protected]";
    strSubject = txtSubject.rawValue;
    strMessage = txtMessage.rawValue;
    event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});
    Thanks
    Srini

  • Submit by email button ignoring specified email address and subject

    I have recently upgraded to CS5.5 and I am having trouble with the Submit by Email button in my form. 
    When I distribute the form the email address and subject specified on the button are ignored.  Instead, the form is submitted to my email address with the subject of 'Submitting Completed Form'. 
    I have tried creating the form a number of different ways (i.e. converting PDF created in inDesign, just in Acrobat from scratch, just in Livecycle Designer from scratch) with no success and the same result.  I have found I can change the email address if I go to Acrobat X Pro: Edit > Preferences > Identity but this is not an adequate work-around and does not fix the issue of the subject.
    My company develops forms for both internal and external clients that require this functionality.  The email subject is used to help identify which form it is and routes it to the appropriate department. 
    I have searched the web and this forum for answers but have not found an answer. 
    My question is:  How do I get the 'Submit by Email' button to work correctly?
    I have created many forms before using CS3 and have never encountered this problem.  At the moment the only way I can see to fix the problem is to go back to CS3 which seems ridiculous.  I thought later versions of software were supposed to work better not look the same and not work (sorry for the rant, frustration is getting the better of me).
    I need to use the Distribute Form as it states in the LiveCycle help:
    If you do not use the Distribute feature, form recipients who use Adobe Reader cannot save modifications to most PDF files, including forms filled with data.  They must either immediately return their data electronically or print the form and return the paper copy.
    I am using Acrobat 10 Pro and Livecycle Designer on Windows 7 64-Bit
    Any help will be greatly appreciated.

    What you are seeing is the intended behavior and I'm not sure why is has changed.
    When you distribute a form, it substitutes the email address you originally set up with the button with the one specified in your identity preference and the subject is set to "Submitting Completed Form". It makes a number of other changes to the document that make the distribution workflow possible. I do know that different code is used if the form is being used in a version of Acrobat/Reader prior to 9.
    With an acroform (not XFA), you can save a copy of the distributed form, allowing you to edit the scripts that among other things set the subject line of the email, so that a different subject line text is used. You can then re-enable the form and it should work OK. The problem is knowing exactly what needs to be changed and finding it, and I'm not certain that this is possible with an XFA form. I normally work with acroforms and know where to do it in Acrobat, but things are different in LiveCycle Designer.

  • Submit by email button

    I have created a really awesome form using Adobe LiveCycle. I inserted a "Submit by Email" button in the form which attaches the form (as pdf) to the email and populates my email address in the "To:" Field with Outlook.  I tested this thing out a million times and it works perfectly. So i went ahead and sent it out to my distribution list. So far no one has been able to send the attachment. They have all been resulting in faxing it to me.  Nothing happens when they click on this button. I was think that this may have something to do with them only having Reader? and not the full version of Adobe? It did work for one other person in my office, but they have the full verison. Any help is appreciated! Thanks

    Did you enable the reader extensions?  From what you are saying, it
    doesn't sound like you have and so those with Reader are having the issues
    You may need to take your form into Acrobat and "enable Reader Extensions"
    - the way you do this depends slightly on the version of Acrobat you are
    running but you should be able to find it in the help system.  If not,
    write back

  • Submit by Email... but to where?

    I have created a form for users to fill with a "Submit by Email" button for users to send in their finished form.
    I created the "Submit by Email" as standard button object, contol type:Submit, submit as:PDF, and submit to URL: [email protected]
    While testing the page in LifeCycle Designer, Preview PDF, clicking on this button results in security warning indicating
    This document is trying to connect to:
    file///C:/Users/MyUserName/AppData/Local/Temp/[email protected]
    If you trust this site, choose Allow. If you do not trust this site, choose Block
    Is this just an artifact of being in Preview PDF, or is there something else going on, or is my "Submit to Email" button flawed?
    Thanks
    Gordon

    I am still not getting the desired results. I grabbed a few screen shots if that will help.
    First is the object's Field Tab
    Next is the object's Submit Tab
    Finally the warning I get when I try to Submit the form
    If you want to try it yourself, it is available at
    http://sites.google.com/site/coppercountrycurlingclub/membership-application--v0-1/members hip-application
    Be aware that all elements at the top of the form (except email address) are required before the form will permit you to submit the form.
    Thanks

Maybe you are looking for

  • BEx Analyzer : missing Selection screen for NON- SAP_ALL User

    we have upgrade our BW from 3.1 to BI 7.0. Now we are testing and detect that Queries which are started by User who has user specific roles (not SAP_ALL like we as developer) this Selection Screen is missing. This leads to a complete selection of all

  • Standby on HP Pavillion zv5400

    Hi Arch-friends, I got the laptop mentioned in the topic and I bought an Benq X-Touch 122 keyboard. It is all working fine, but the keyboard has one key with a half-moon underneath it. When I press this key, the screen of my laptop turns black und th

  • Writing integer to file error

    Hey Im trying to write an integer to a file, but it writes an whole ohter number than variable contains. I know this because i do i System.out.println on the variable and it prints the correct number. Why does the write function write anohter number?

  • By default, which right has a user on a "external trusted" domain ?

    Hi, I would like to know what are the rights for users in DomA when a bidirectionnal external trust is in place with DomB ? By default, the user in DomA is member of "DomB\Domain User" (otherwise, how can the user in DomA can list the users in DomB f

  • Old iMessages not showing on iPhone 6 after upgrade from iP5

    Hey guys, I've picked up my iP6 today and I can't see any of the old iMessages I've had. They are still showing on my MBP but not on the new iPhone (MBP is still running Mavericks as I don't want to upgrade before I submit the project for work next w