Hi,-Insert a table in PDF Form.-Create a method in WebService returning
a Java Array Of Object andcreate a Data Connection.Using DataConnection
you can bind the row of Table with Java Array ofObject (return type of
web service method). i.e Employee Class Havingtwo properties "name" and
"age". Store the object of class Employee inEmployee[] array. Bind the
Array Employee[] with row of Table. Bindthe columns of row with
properties "name" and "age".ByeChhavindra Gautam