Adobe LiveCycle is a SOA solution from Adobe Systems, mainly used for business process management. It offers services for data capture,PDF processing, digital signatures, document security, content services, process management. The services can be orchestrated with a workflow manager.
Questions tagged [livecycle]
350 questions
9
votes
1 answer
What might cause a inaccessiblewsdlexception?
I'm updating some web service clients into some old java applications to call an axis2 third party web service. I've been provided with a wsdl file, so I've developed a jar containing the client to this service as described in the following (mine)…
user260192
9
votes
3 answers
PDFTK not working to fill out pdf form created in livecycle
I created a form in livecycle es 2 and i am trying to use pdftk to fill out the form but it doesn't work. It says it fills it out successfully but when i try to open the pdf it just gives me an error saying "If this message is not eventually…

Brad Hazelnut
- 1,603
- 5
- 21
- 33
8
votes
3 answers
how does livecycle work?
i have just started using adobe livecycle . i dont need to understand the livecycle with a developers perspective but as of now i have to get into testing livecycle applications. where should i get started so that i understand basics of livecycle.…

fesam
- 205
- 1
- 2
- 6
7
votes
5 answers
How can I debug AMF (BlazeDS) serialization of Java objects to Actionscript?
I'm using BlazeDS to remote some Java objects that I'm consuming in a Flex application. I'm getting a type coercion error with one of my classes that I can't for the life of me figure out. I have other classes that are working fine using the same…

Boden
- 4,149
- 9
- 43
- 56
7
votes
3 answers
Serializing immutable java classes to actionscript with LCDS
I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being serialized/deserialized correctly but I've hit a…

Brett Hannah
- 4,307
- 4
- 30
- 33
6
votes
3 answers
Merging/filling pdf form file with xml data
Let's say I have a pdf form file available at website which is filled by the users and submitted to the server. On the server side (Asp.Net) I would like to merge the data that I receive in xml format with the empty pdf form that was filled and save…

Giorgi
- 30,270
- 13
- 89
- 125
6
votes
2 answers
How can I merge data into an XDP file and return a PDF (via .NET)?
My team has a template (XDP) that we've created with the Adobe LiveCycle designer.
The situation:
We are replacing an old Acrobat form
(XFDF format) with this LiveCycle
form as part of a much larger upgrade
The current Acrobat form is
dynamically…

mbrion
- 63
- 1
- 4
6
votes
1 answer
Value cannot be null. Parameter name: uri
I get the following error when I am trying to invoke my Adobe Livecyle Soap service:
Value cannot be null. Parameter name: uri
The strange thing is that I don't have any parameter named "uri". I can't debug this error since the service can't even…

gizemdemirel
- 377
- 2
- 4
- 13
4
votes
5 answers
Should I invest in GraniteDS for Flex + Java development?
I'm new to Flex development, and RIAs in general. I've got a CRUD-style Java + Spring + Hibernate service on top of which I'm writing a Flex UI. Currently I'm using BlazeDS. This is an internal application running on a local network.
It's become…

Boden
- 4,149
- 9
- 43
- 56
4
votes
1 answer
Failed resolution of: Landroid/arch/core/executor/AppToolkitTaskExecutor
I'm currently trying to setup Room with Retrofit2. I would like to insert data from Retrofit2 into Room Database but the insertion doesn't work for me and the app crashed. I have implemented three Components using Room Library : entities, Dao and…

mery.lf
- 51
- 3
4
votes
1 answer
Application architecture: keeping serial connections open in java
I'm working on a project in Java, which is communicating with two serial port devices using Suns's serial port library. I must somehow keep connections to devices open all the time and handle events of them (on data revieved...). The application is…

redman
- 2,115
- 5
- 32
- 59
4
votes
3 answers
Convert Livecycle dynamic fillable PDF to static fillable PDF (not to flattened PDF)
I have this unique situation where I need to convert the dynamic forms (XFA PDF) created by Livecycle ES4 Forms Designer into static forms (normal PDF).
Please note that as mentioned in other posts and forums,
1. I used a print driver to save the…

ElevatedLyf
- 116
- 1
- 2
- 8
4
votes
2 answers
How to convert XDP to PDF in Adobe LiveCycle ES3 via HTTP REST request
I have: LiveCycle server (ES3, JBOSS), Workbench, Designer.
Using LC Desginer I convert PDF to XDP - it's template now.
Now I need to convert that XDP file to PDF.
So, I guess I should somehow call LiveCycle server by HTTP request, in body of this…

OZ_
- 12,492
- 7
- 50
- 68
3
votes
1 answer
calling a.NET web service from inside a pdf file
I'm working on a mini project in which I need to insert 'the number of parts in stock' dynamically and display it on the pdf page(probably in a control??) I have a web service i can call to get the number of parts in stock.
Is there a way that,…

karry
- 3,270
- 3
- 18
- 31
3
votes
2 answers
Adobe LiveCycle designer - form scripting - changing the field from optional to required
I'm trying to make a dynamic PDF form using Adobe LiveCycle designer and have a problem. I have a boolean checkbox field that decides if other text fields are required or optional. I'd like to implement this functionality using form scripting - in…

nightwatch
- 1,276
- 2
- 18
- 27