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

Emanuele175
Emanuele175
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Emanuele175
Customize the badges you want to showcase on your profile
Script in template using SOAP: Works in designer preview, not in rendering from LC Output - Adobe LiveCycle 06-06-2011
I did a script in a livecycle ES2 Template in the event layout::ready. It call a web service using the SOAP method to get a base64 image from another server.The code is (the service called is fake, but it is not the problem):var sOptions = "";var imageType="JPEG";var input= {imageType:sItype, options:sOptions}; var svcResponse;try { var oListURL = "http://someserver.somedomain.com:8080/service?wsdl"; SOAP.wireDump = true; var service = SOAP.connect(oListURL); //call the service svcResponse = ser...

Views

672

Likes

0

Replies

2