Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vgopalak
vgopalak
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vgopalak
Customize the badges you want to showcase on your profile
Re: processFormSubmission form submitted as pdf issue - Adobe LiveCycle 02-02-2010
Hi, The issue got resolved. Just posting the solution to benefit other folks who can potentially face the same issue.It worked by setting the content_type="application/pdf" only in environment buffer parameter of formSubmission when the submitted content is of type pdf.Actually, I referred to the livedocs adobe article @ http://livedocs.adobe.com/LiveCycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/wwhelp.htm?&accessible=truewhich specifies the following, which is contradictory to the ...

Views

146

Likes

0

Replies

0
Re: processFormSubmission form submitted as pdf issue - Adobe LiveCycle 29-01-2010
Hi Jasmin, Thanks for a very quick reply. Appreciated very much. I tried removing the content_type="text/xml" and executed the code. Still it is giving the same issue. I agree, that there is some issue with the xml data. But what surprises me is that the, processFormSubmission task used in the process modeller with same options set as the java code, is not giving this issue. Is this a known issue within in LC SDK ?ThanksGopala...

Views

146

Likes

0

Replies

0
Re: Content is not allowed in prolog Error or Original Data Returned? - Adobe LiveCycle 29-01-2010
Hi Paul, I am also getting the same issue of "Content is not allowed in prolog" when I try to submit the content format as "PDF" from the client, while, XDP format goes through. May I know, have you resolved the issue, if so, can you please post it to the forum.ThanksGopala...

Views

580

Likes

0

Replies

0
processFormSubmission form submitted as pdf issue - Adobe LiveCycle 29-01-2010
HiI have a scenario where, the form must be submitted as PDF content_type, i.e while designing the form, I am setting the submit form as "PDF" format. I have written a J2EE application that receives the submitted form. Here is what, I am doing.Document formData =new Document(request.getInputStream());formData.copyToFile(new File("C:/home1/eformwas/InputFile.pdf"));I ensured that the submitted content from the web browser is a pdf file by opening the InputFile.pdf in the acrobat reader and I veri...

Views

2.3K

Likes

0

Replies

3
Re: LiveCycle ES Java API and SSO - Adobe LiveCycle 23-12-2009
I guess, you can hardcode the target url inside the form using a form submit element. The best practise would be, the url should first take to your client application, and from there you can invoke the LiveCycle process to process the form. However, I am not sure of authenication part . If the submit request comes from a web page and If the application is already secured (https protocol), it would automatically prompt the user to login page. Not sure, of how it would work on submit from a pdf do...

Views

179

Likes

0

Replies

0
Accesing Clustered LiveCycle Services using Java API & SOAP protocol - Adobe LiveCycle 23-12-2009
Hi, I have a j2ee based web application calling the LiveCycle services that is running on a clustered websphere environment. After referring to the article @ LiveDocs,http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/wwhelp.htm?&accessible=trueI understand that you can invoke the service through a Java API through either through a EJB / RMI protocol or WebService / SOAP protocol. We decided to go with the SOAP protocol and the artcile says, to invoke the SO...

Views

924

Likes

0

Replies

0
Re: LiveCycle ES Java API and SSO - Adobe LiveCycle 23-12-2009
Hi, I was also looking for an answer to the above question. In our scenario, we use Siteminder for SSO. While SSO worked with SiteMinder for the Out of Box applications such as adminUI and workspace, not sure how to perform this for a custom web application where the user is already authenticated. After some research and call with Adobe support, I learnt that, we need to have a Custom SPI written, that can handle the siteminder authentication and to provide a seamless SSO. To invoke the LiveCycl...

Views

212

Likes

0

Replies

0
SSO Queries - Adobe LiveCycle 24-11-2009
Hi ,1. we have a j2ee web application that already has the users authenticated using SiteMinder. We wanted to pass on the SiteMinder tokens as part of a Web Service SOAP request to LiveCycle server, so that a seamless SSO can happen. While referring to the adobe livedocs website, I got a sense that, LC server can accept only username token profile or the userid and password has to be passed on the HTTP header. Can you please respond if there is any other way to invoke a LiveCycle service with Si...

Views

809

Likes

0

Replies

1
Re: Load Testing Issue with Workspace application and sample form - Adobe LiveCycle 03-11-2009
Hi Jim, In our case, the message was occuring since, the tester commented of the code that renders the form since it was giving some error. So, the testing tool was tyring to submit a form which was supposed to be there with the task id usually. Hence the server was complaining that the task id could not be found. Ideally, the server should be saying, "form not found" . Now we are still with the issue of form not getting rendered when launched through a workspace application.RegardsGopala...

Views

199

Likes

0

Replies

0
Load Testing Issue with Workspace application and sample form - Adobe LiveCycle 22-09-2009
Hi, We tested launching of the form and submitting the form from workspace application through browser and it worked fine. When we do the same while the recording of the script through HP LoadRunner tool, it also worked. However, when we tried to replay the script that launched a sample form (created as part of LC FirstSteps) which looks like fails to render the form. The log files shows that,[9/22/09 12:41:10:236 EDT] 000000b8 SystemOut O [LCDS] [ERROR] Exception when invoking service 'remoting...

Views

1.6K

Likes

0

Replies

2