Hi ,I am trying to generate a proxy for Assemblerservice using wsdl from Visual Studio 2005 command promtby following the instructions inhttp://help.adobe.com/en_US/livecycle/9.0/programLC/help/000499.htmlwsdl http://<<server>>:8080/soap/services/AssemblerService?wsdl&lc_version=9.0.1when I specify ...
Someone gave me a link to do connect several drop down list boxes, but it is not working. I put the script in and am still unable to get it to work. Can someone please help me???
This is the ddx spec that I am using.<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"><PDF result="out.pdf"><PDF source="map.pdf"/><PDF source="directions.pdf"/></PDF></DDX>Dim ddxBLOB As New AssemblerService.BLOBDim file1BLOB As New AssemblerService.BLOBDim file2BLOB ...
I have a work request form that I have created based off the template that comes with LiveCycle. In the form I have 2 drop down lists, the first controls the values displayed in the second by way of an XML file that I have bound to the form. It works just fine when I preview the form, however once...
I have used the Java API to create a user in Livecycle, but I cannot seem to find a way to give this user a password.Here is the code I'm using to add the user.http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000004.htmlAfter the user is set in LiveCycle I want the user to ...
Hi,I am trying to convert a pdf file to xml using the exportpdf call of GeneratePDFService api.Private Function UTF8ByteArrayToString(ByVal characters() As Byte) As StringDim res As StringDim encUtf As New System.Text.UTF8Encodingres = encUtf.GetString(characters)Return resEnd FunctionThis doesn't s...
Hi AllI am encountering a very frustrating problem with LC ES.It concerns the XML output of the form data.The problem manifests itself when fields are bound to the response of a web service at design time.If I fill in the form manually, without invoking the web service to pre-populate the form, the ...
Hi-Currently createRoom and getSession each involve a separate HTTP request using the server integration libraries.Would it be possible to combine these calls into a single HTTP request?On Google App Engine, not only do I pay for each outbound HTTP but it seems the requests can take some time.Thanks...
Hi,I wanted to know how can I optimise the size if the EForms.I have forms which are about 5-6 pages and contains validation scripting and dynamic behaviour also.The forms are save d as XDP's and rendered via Forms ES.Are there any best practices or ways in order to ensure that my Form size is minim...