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

beginnerX
beginnerX
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
36

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by beginnerX
Customize the badges you want to showcase on your profile
Re: Question in converting a filled LC Designer Dynamic form to XML - Adobe LiveCycle 29-12-2013
Thanks workflowuser,It works.Rgds

Views

718

Likes

0

Replies

0
Re: Question in converting a filled LC Designer Dynamic form to XML - Adobe LiveCycle 29-12-2013
Actually I use Acrobat Pro to save the pdf as XML document, it allows me to do so but the xml file does not contain those fill-in input data at all.However if I save it as HTML webpage or Word doc, some of the fill-in input data could be shown but some disappear or got missing char or distorted.Is there any trick on Acrobat Designer designed dynamic pdf forms?

Views

718

Likes

0

Replies

0
Question in converting a filled LC Designer Dynamic form to XML - Adobe LiveCycle 29-12-2013
Dear all,I have developed a dynamic pdf form using Livecycle Designer ES2 (which allow extended features in Adobe Reader), After filling in the pdf with data and then save the doc, I try to save it as XML, but all inputted data are not shown on the XML file.It's better if I save it as HTML webpage or Word document, some of the data could be shown while some got missing characters or distorted or simply disappeared.What I want is to get the inputted data from the filled-in pdf so that I can proce...

Views

2.5K

Likes

0

Replies

4
return from web service call - Adobe LiveCycle 06-05-2012
Hi all,I have created a form using LC Designer ES2 which will call a web service from a 3rd party and display the results returned from it.Actually the form is created with the guidelines from following references :http://forms.stefcameron.com/2007/05/21/connecting-to-a-web-service/http://forms.stefcameron.com/2009/03/23/pre-process-web-service-responses/My form will access a 3rd party's web service via WSDL connection and I try to catch any error when making the call :xfa.connectionSet.{WebServ...

Views

931

Likes

0

Replies

0
Re: Can I alter soapAddress using script before making a web service connection - Adobe LiveCycle 09-03-2011
Just find from the forum that it cannot be altered but need to be cloned first:var oCS = xfa.connectionSet.WebServiceDC.clone(1);oCS.soapAddress.value = "http://pgdell:8080/soap/services/WebServiceTest";oCS.execute(0);But I have a question, how can I access the data returned from the cloned connection oCS?Originally in the postExecute event of WSResponsePreProc :var rootXml = null;var soapFault = null;if (xfa.event.soapFaultCode) soapFault = {code:xfa.event.soapFaultCode, message:xfa.event.soapF...

Views

588

Likes

0

Replies

0
Re: Can I alter soapAddress using script before making a web service connection - Adobe LiveCycle 08-03-2011
Extra info for my question,Actually I need to modify the Web Service URL before execute the connection which had previously specified on the wsd file,does it mean the soapAddress?Rgds.

Views

585

Likes

0

Replies

0
Can I alter soapAddress using script before making a web service connection - Adobe LiveCycle 08-03-2011
Originally I set up a data connection on Data View using a local wsdl file.I found following codes on the XML source: https://myURL/myWebServiceFunction .\myWebServiceFunction.wsdl getAddressXML Does it mean that if I use the form on another machine, I need to place the same file myWebServiceFunction.wsdl on the exact location of the form as well?Another question:How about I set up a data connection on Data View using a wsdl file from web.Then is it possible to change the from script to alte...

Views

1.9K

Likes

0

Replies

3
How to check error type in accessing web service? - Adobe LiveCycle 08-03-2011
Dear all,I have created a form using WSDL connection to access web service in SOAP protocol.But I have difficulties in error handling when acccessing web service.I try to put a try catch block for the following statement : ie. xfa.connectionSet.WebServiceDC.execute(false);in case for any error, I can only catch message saying GeneralFault only.Is there any extra object in the script that I can catch to handle for different error type?e.g checking SOAP.? and where should I put the codes in?Actual...

Views

969

Likes

0

Replies

1
Re: Can LC Designer set up a data connection with Excel 2007 *.xlsx files - Adobe LiveCycle 02-03-2011
Dear Paul,yes I have close the data connection.just so the new driver behave a bit strange from the old driverRgds

Views

561

Likes

0

Replies

0
Re: Can LC Designer set up a data connection with Excel 2007 *.xlsx files - Adobe LiveCycle 28-02-2011
Dear Paul,Thanks for your respone. I finally work out by installing Excel 2007 and this time it works for my Designer to use thenew ODBC data source on Excel file which include *.xlsx.But there is something strange for the behavior.I set Read only access to the Excel file on data connection. Previously using an older version of Excel driver, it behavessuch that whenever I open my pdf, (I first open dc and read data and then close dc immediately) so I can open my Excel fileafter that. Also I can ...

Views

566

Likes

0

Replies

0