Hi Mimel,
Thanks for the response…
Actually I need to populate column names as well as row contents dynamically at run-time into the view. So, I am using one IS service which gives two outputs.
*)One is string variable which contains the column names seperated by delimiter.
*)Other is the doucment list which is having table values.
I am binding the string variable(columnNames) variable into one hiddenInput control. This control I am using in javascript to get the column names at run-time.
But for populating the row values I need to get the values from the document list in javascript which is the output from the IS service. I dont know whether we can bind this document list to any of the control and from the control, we can get the value inside javascript. So please let me know if there is any possibility of getting the value directly from the service or can I bind the output(doc list) to a control and get the value. I am planning to generate rows and cells using javascript at run-time.
Also, as alternative to this approach, I have generated one web service descriptor for the IS service and I have generated WSDL to check whether there is any possibility of invoking the IS service directly from the javascript so that I can get the output doc list directly by invoking the IS service using the WSDL path. But this is also not working.
Please let me know whether I can work out the requirement using any of the above approaches.
Also, I am not able to figure out the logic that you have given. Can you please explain it? Even If I loop over the content provider, I need to know how I can bind the values to the table row control and I am not sure whether I can be able to populate the column names.
Thanks in advance…
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS