Can't invoke an xdp form

I have an active short-lived process that gets the users's displayName from LDAP(this works properly).
I used the SoapService url to create a wsdl, then created a form (getLDAPUserForm) where you can enter the user's email, click on the button to invoke the service and populate the displayName in another field.
To get this form to display in workspace, I had to create a simple process (just the "assign task" operation), and reference the getLDAPUserForm as input for the process.
The form will not render in workspace (-040 error). It is using the default rendering service. The form is saved as xdp and the process variable representing the form is an xfaForm variable.
Any suggestions as to why the form won't render? Thank you.

If you use an XDP you have to use the renderPDFForm from Process Management.
If you use a PDF, then the Default render service should be fine, but obviously something is not working.
Can you enable Recording on the render service you're using? That way you can see which step is failing.
Also something should be written in the server.log that might help diagnose the issue.
Jasmin

Similar Messages

  • Can I invoke Oracle Form from web page?

    Does anyone know how can I invoke an Oracle Forms form from an html page?

    Hi Hans
    That's what I thought re the url but I can't find out what it is, it briefly appears in the browser but then goes leaving me with the formsweb.cfg config url. I am running from the Builder on Windows 2000 and it's Forms 10g.
    Marc

  • How do I get my XDP form in the SharePoint 2010 Adobe Form library?

    I was able to get the Adobe LiveCycle samples for SharePoint to work.  For some reason, I can't get my XDP forms to show up in the selection dropdown in the Adobe Form Library on SharePoint using the Adobe LiveCycle SharePoint connector for SharePoint 2010.
    Is there a trick that you have to do to the form to make it available.  The only difference that I noticed was the sample forms used a guide.
    We are using Adobe LiveCycle Designer ES3 and we have Adobe LiveCycle server ES4.  We are using SharePoint 2010.
    Any assistance would be appreciated.
    Thanks,
    Joe

    I got this problem solved.
    Solution:
    Create new Adobe Livecyle form
    Have an xsd created for the schema of what is going to be in the form
    Import that data model when creating the form
    Right-click on xsd data connection in form.  Click Connection Properties.
    Click Next.
    Click the checkbox "Embed XML Schema" (This is what I was missing).
    Click Finish.
    That's it to make the form show up in the SharePoint Adobe Form Library.

  • Can we pass J2EE security context to a xdp form?

    I am doing a J2ee application developement that a user will logon to the application and open the form,fill it and press submit button to call a web service. The form submit button is pointing to a web service that needs security authentication such as:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
      <wsse:Username>user</wsse:Username>
      <wsse:Password>password</wsse:Password>
      </wsse:UsernameToken>
      </wsse:Security>
    I am wondering how to pass the security header info to the SOAP header so user doesn't have to type user name and password again when hiting submit button since he already logon to the apllication. Can and how the LiveCycle Forms server take the header info from Java API call and fill the submit button SOAP security header?  I got stucked here and I would really appreciate if someone can guide me on this.  Thanks.
    Jinyu

    Is my question in a wrong topic? I want to know how your guys handle the forms web service call with wsse:UsernameToken authentication enabled. Can forms API be used to pass the security header info? Thanks.

  • How 2 invoke an oracle form from a database procedure?

    I have a procedure.When i run the procedure itt invokes an oracle form. This procedure is a database procedure.
    Is this possible? if possible how?

    I have the url to launch the forms application...
    can that url be invoked by a procedure?

  • Saving XDP form in PDF format at the end of the process

    Hi,
    I want to save my XDP form to a file system as PDF documents at the end of the workflow. There is a service writeDocument to writing PDF files, which accepts 2 parameters as input
    pathname -- type : string
    document -- type : document
    In my workflow , I have an Xfaform variable which holds my form data.
    But, as service requires the parameter as document I could not pass this variable to service. I tried to define a process variable of type document
    and assign my xfaform variable to it, then pass this variable to the service. A pdf file is generated but not valid (1 k).
    My question is how should I pass the variable to this service?
    Thanks in advance
    Regards
    Cihan

    The xfaForm variable usually contains a pointer to an XDP file. The XDP needs to be rendered by a service to create a PDF. You can then save the resulted PDF into a "document" variable and use that variable with the WriteDocument service.
    I guess what I want to make clear is that there are extra step you need to take to get from XDP to PDF before you write it to the file system.
    Jasmin

  • I want to invoke an journal form with Specific journal i have je_header_id

    i made a custom form this form create journals in gl by gl_interface aftre creation i want to see my creation journlas by clil in the butoon in cutom form
    this button will invoke stander journal form and show olnly the journal i sand his id ( paramter je_header_id)
    I have a number of attempts, but failed by using fnd_function.EXECUTE
    fnd_function.EXECUTE (function_name => 'GLXIQJRN',
    open_flag => 'Y',
    session_flag => 'Y');
    other_params => 'je_header_id_qf="''3068''"');
    FND_FUNCTION.EXECUTE(
         FUNCTION_NAME     => 'XLA_EVENT_JELINES',
         OTHER_PARAMS     => 'aeHeaderId = AP_INVOICES'||
    '&sourceIdInt1='||to_char(11008)
    ||'&trxAppId='||to_char(200));
    l_url_params := 'jeHeaderId='||to_char(3125)||
    '&jeLineNum='||to_char(1)||
    '&jeSource='||'Manual';
    FND_FUNCTION.execute(FUNCTION_NAME => 'XLA_LINESINQ_GL_DRILLDOWN',
    OTHER_PARAMS => l_url_params);
    can any one get me a typical fnd_function.EXECUTE with funcation name and right paramters to invoke ( invoke journal form , or web page to show journal  )
    Great Thanks

    Yes, if you are using a LOV for the user to select from and have defined the SQL for this as something like:
    SELECT PRODUCT d, PRODUCT_ID
    FROM MYPRODUCTTABLE
    ORDER BY 1I tend to use a Select List item for this unless the list of products is quite large, in which case a Popup LOV is probably better
    Andy

  • Error opening xdp form

    Hi,
    Can anyone tell me how to create/save a XDP form in LiveCycle Designer. I created a Form in the Designer and saved it as Test.xdp, but when I open I am getting the error message "Unable to locate the form, because the XFA data lacks a reference to the PDF document. If the data came back as a result of a submit from a PDF form, then the URL is probably missing "#FDF" at the end."
    Thanks,
    Pavan

    The XDP format is a native XML format for the template and is intended for Designer. If you want to create a usable form out of it you would save it as a PDF (out of Designer). That will cause Designer to interpret the XDP and make a PDF for you to use. Now the PDF is usable by both Reader and Acrobat.
    Paul

  • How to add metadata into XDP form

    Hi,
    I am new to LiveCycle Designer. Wondering if there is a way to add PDF metadata into XDP form?
    I tried adding it into the XML source under the <x:xmpmeta> section, but the rendered PDF output file lost the metadata I added in the XDP.
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:ModifyDate>2009-09-14T15:44:32+05:30</xmp:ModifyDate>
             <xmp:CreateDate>2009-09-14T15:44:31+05:30</xmp:CreateDate>
             <xmp:MetadataDate>2010-12-08T19:42:13Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:129e34eb-49a8-43f4-a934-43f67f5d6891</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:ee103292-b266-4bb8-b1d1-71d29fe339e2</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:ABC="ABC (http://www.abc.com)" rdf:about="">
             <ABC:XYZ>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.abc.net/API/3.0"&gt;
    </ABC:XYZ>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.0.1291.1.339988.308172</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    Appreciated!
    lcfun

    Ohh, I see.
    But I think you can do this in a workaround with PDF, like the following.
    1. Load a form in Designer
    2. Delete possibly existing metadata in the XML Source <desc> ... </desc>
    3. Add fragment with the scripting for the metadata changes
    4. Save as PDF
    5. Close the PDF
    6. Reopen the PDF
    7. Save as XDP

  • Importing XDP form in SAP Adobe Form Builder

    Hello,
       In SAP transaction SFP to create Adobe form, there is an option to import an existing form from Designer 5.0 .xft files or .pdf files.
    Is there any way I can import Designer 6.0 (.xdp files) onwards forms into SAP ?
    Thanks,
    Anjali

    Hello,
       Just wanted to check is there a way to import xdp form desginer files into SAP forms using transaction SFP.
    Thanks,
    Anjali

  • How to add metadata to .xdp form

    Hi,
    I am currently investigating how to add metadata to an xdp form in LifeCycle Designer. I have read the help contents that Adobe provide however I am unclear as to how exactly the metadata is included with the form. Are there specific elements that are included in the xml? Also is the metadata that is included specific to a field, area, etc within the form?
    The metadata I wish to include with the xdp form will contain information regarding the manner in which the form can be used at a later stage, for example whether a form can be printed. In this case I would envisage the following: <printable>true</printable> as part of many different elements within the metadata.
    If anyone can offer any insight into this it would be greatly appreciated.
    Thanks in advance.

    Thanks for the reply,
    The way you have described seems to be for individual fields. Is it possible to include metadata that applies to the whole form rather than just an individual field. I have been looking at manipulating the xml. I am not familiar with LiveCycle Designer and as such I was thinking that you could possibly add elements to the xml in the following section:
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2009-05-15T08:01:47Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
             <xmp:Name>Test1</xmp:Name>
             <xmp:Editable>True</xmp:Editable>
            <xmp:Printable>True</xmp:Printable>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:59354ca2-6c12-4c0a-aefa-649133cd4486</xmpMM:DocumentID>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.2.1.3158.1.475346.466429</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta></xdp:xdp>
    As you may see from the code snippet above I have added three elements: name, editable and printable. The information within these elements would be extracted at a later stage and used by another application to make decisions such as is the form printable, it the form editable etc. Do you know is this the correct place to be adding these elements? The addition of these elements does not cause an error within Designer so I am assuming that there should be no problem accessing / modifying these fields later? 
    Thanks

  • How can I get a PDF form to email to me when it is hosted online?

    Ok, I'm not a coding expert, but I understand CSS and html alright.
    I am trying to create a PDF form for my website: www.pantherapressdesign.com.
    I have already created the forms (they are under the purchase section of the site) and when they are saved to the harddrive they work just fine. HOWEVER, when you fill them out and they open in the browser they will not submit to me (aka. I don't get them by email, even though the submit button correctly re-directs you to the thanks page).
    In the fuctions of the submit button I have it set to mailto:[email protected]
    When the form is saved on the hard drive (I open it from the desktop) and click submit it brings up a dialog box and asks me how I want to send it. I then choose desktop mail service, it opens it in an email and sends it.
    I want customers to be able to click the form from the website - fill it out right there in the browser - and then be able to submit it to me that way.
    I am assuming I must route this through the php or something, but am not sure how to do that. I have the php working for the contact from on the website, but I don't know php so I used pre-written code to do that. Is there some simple code I can drop into my php that will handle these forms? Help, please! Thanks

    I looked at the Stationary form, and there are a number of things you need to change. It is currently set up to submit as "HTML", as opposed to FDF, XFDF, or the entire PDF. This is fine if you're submitting the form to a web server, which can read the field data, place it in an email, and send it off. This is actually much preferred to relying on the user's machine being set up properly to send an email. Many are not and not receiving order that someone thought was submitted will be bad for your business. Consider removing the existing forms today and you can update when they are working.
    Your web hosting service likely has a PHP script that is designed to work with HTML forms and send an email with the form data included. This can work with a PDF form if the form is correctly set up. To do that, you will need to know how the script works and what it is expecting in the way of form data when it processes a submission. The PHP script should also be modified to send an appropriate response back to the user, which can be a simple redirect. The way you have it now with a link to the redirect page is wrong. It goes there whether the form is complete or not and whether the email actually got sent. This can be avoided by having the web server take care of this.
    If you don't have the expertise to modify the form to suit the PHP script and PHP script to suit the workflow, you'll need to find someone who does.

  • Can I add a text form field in Photoshop that can be edited in Acrobat reader?

    I design coffee labels with Photoshop then send them off to the printers. The printers then open up a PDF and put in the best before date before printing. At the moment I have to add the text form fields using Acrobat Pro after i've saved the photoshop document as a Photoshop PDF. The problem is if I want to edit the labels at a later date, I have to re-add the text form fields with Acroabat again. 
    Can I add a text form field in Photoshop that can be edited in Acrobat reader? Is it better to use another program for this task?
    Thanks in advance
    Ian

    As A1's Calculate script, under "Simplified field notation", enter:
    A * 0.8
    The same goes for B1 and B, resp.

  • How can print a report from form 6i,  when I press a button?

    hi Friends,
    How can print a report from form 6i, when I press a button?
    When i press a button from Form 6i, the report should print through printer.
    I have done it by using report parameter DESTYPE Printer but problem is that when I press a button printer dialogue box appear and then I give command Print to printer, I don’t want to show Printer dialogue box.
    I want when I press a button form Forms 6i , printer will print my report directly.
    Please send me the solution of this problem.
    Best regards,
    Shahzad

    Hi
    If You are using Client server application then to passing to Add all Print Parameter in the Host Command.
    Means Print command in unix to Host(lp.............) and Other Parameter to file name of the report to print.
    If You not Use Client Server Application the Also Passing a Host Command in Button-Pressed Event and Run.

  • Can you use the same form for different datasheets?

    Hello! Thanks in advance for your time.
    To keep this short, I have created a form at my place of work to do a type of process audit. The form has worked extremely well and now other areas of the business would like to use it. For example, let's say I wanted to perform the exact same process audit
    at a supplier, but I want a separate datasheet on my SharePoint page to separate in house audits from supplier audits. The form I created for in house audits took an extremely long time and has tons and tons of fields and tons and tons of rules.
    Can I simply save the form to a new location, and somehow publish the form to a datasheet view so all fields from the form appear as columns and the form submits data to the new datasheet? If so, can somebody explain how? I would be eternally greatful!
    Mitch

    Would this be an InfoPath form?
    One option would be to extend your current form to have a 'Type' field that has 'Internal' and 'Supplier' as choices. You could then create views to show 'All', 'Supplier only' and 'Internal only' subsets of the data.
    Alternatively you may be able to save the list as a template and then re-use it but I can't remember how well if at all that works.

Maybe you are looking for