Hi,
I am new to Adobe Livecycle forms . I have a form developed which has to connect to a java web service , I have gotten to the point where I have created a web service and a test form that calls it using wsdl data connection. I have a query that returns multiple rows and I have to display those in the PDF , I tried returning it as an Java array and binding it to the table . I bound the cells to the attributes of the object but was not able to get all the data and the table does not dynamically grow.Also I saw that it can be done by returning the data in form of XML. I needed some direction in getting this done .Also I have gone through most of the link on this forum hence posting this one .
Thanks