Skip navigation
Currently Being Moderated

My Applications not showing in Adobe Forms Library

May 23, 2012 3:33 AM

Tags: #sharepoint #livecycle #integration #form_library

When adding a new item to the Adobe Forms Library, in order to integrate a form from my applications (built using Livecycle Workspace) into SharePoint, I don't see my forms listed in the "Select XDP/Guide" dropdown.  I only see the sample applications which I have activated.

 

The processes and forms I have designed are deployed succesfully and visible from the LiveCycle Workspace.

 

What else do I need to do to make them show in the Adobe Forms Library dialog, so I can launch the forms directly from SharePoint?

 

Thanks for any assistance

Matthew

 
Replies
  • Currently Being Moderated
    May 23, 2012 6:39 AM   in reply to lammy1982

    First, i think you have by mistake called "Workbench" as "Workspace". These are two entirely different things.

     

    You need to take care of two things while creating the XDP that you want to be available inside Adobe Forms Library on SharePoint:-

    1.) In LiveCycle Workbench, While creating the form (XDP), the xml schema (XSD) is a must. Workbench asks for three options when you create a Form. Choose "Import a data model" option to do this.

    2.) In LiveCycle Designer, When you create the Data Connection, choose the option to "Embed XML Schema".

     

    After, this you will be able to see your form there.

     
    |
    Mark as:
  • Currently Being Moderated
    May 24, 2012 5:20 AM   in reply to lammy1982

    I think there is a problem with XSD schema. Please find below a sample schema:-

     

    <?xml version="1.0" encoding="ISO-8859-1" ?>

    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

     

    <xs:element name="shiporder">

      <xs:complexType>

        <xs:sequence>

          <xs:element name="orderperson" type="xs:string"/>

          <xs:element name="shipto">

            <xs:complexType>

              <xs:sequence>

                <xs:element name="name" type="xs:string"/>

                <xs:element name="address" type="xs:string"/>

                <xs:element name="city" type="xs:string"/>

                <xs:element name="country" type="xs:string"/>

              </xs:sequence>

            </xs:complexType>

          </xs:element>

          <xs:element name="item" maxOccurs="unbounded">

            <xs:complexType>

              <xs:sequence>

                <xs:element name="title" type="xs:string"/>

                <xs:element name="note" type="xs:string" minOccurs="0"/>

                <xs:element name="quantity" type="xs:positiveInteger"/>

                <xs:element name="price" type="xs:decimal"/>

              </xs:sequence>

            </xs:complexType>

          </xs:element>

        </xs:sequence>

        <xs:attribute name="orderid" type="xs:string" use="required"/>

      </xs:complexType>

    </xs:element>

     

    </xs:schema>

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points