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

vivianchiu
vivianchiu
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vivianchiu
Customize the badges you want to showcase on your profile
Re: Got "Reponse is not well-formed XML" error when calling FormDataIntegration web service - Adobe LiveCycle 22-02-2011
Finally fixed by installing service pack 2, actually the issue was addressed in SP1, which fixed this bug:- The Forms Data Integration service returns a ClassDefNotFoundException when it is not used in conjunction with the Forms or Output service.

Views

493

Likes

0

Replies

0
Re: Got "Reponse is not well-formed XML" error when calling FormDataIntegration web service - Adobe LiveCycle 17-02-2011
it's base64, here's the codes i called, any hints? FormDataIntegration.FormDataIntegrationService dataIntClient = new FormDataIntegration.FormDataIntegrationService(); dataIntClient.Url += "?blob=base64"; dataIntClient.Credentials = new System.Net.NetworkCredential(account, password); FormDataIntegration.BLOB inXMLData = new FormDataIntegration.BLOB(); inXMLData.binaryData = xmlData; FormDataIntegration.BLOB inPDFForm = new FormDataIntegration.BLOB(); string pathPDF = Path.Combine(AppDomain.Curr...

Views

492

Likes

0

Replies

0
Got "Reponse is not well-formed XML" error when calling FormDataIntegration web service - Adobe LiveCycle 16-02-2011
Hi,I'm using Windows Server 2008 + LiveCycle Server ES2 (Reader Extensions) + ASP.NETThis problem only happened when I run the ASP.NET program with the licensed version of the server, (which i installed form the CD provided)However, there is no problem in my development environment with the trial version downloaded from Adobe website, the import data was successful and a correct PDF form can be returned.My question is that whether there is a problem within the LiveCycle services? or there is mis...

Views

4.8K

Likes

0

Replies

3