Is it possible to invoke a java web service through TeamSite to populate a drop-down in a DCT with the results from the webservice?
Hi,To make things simple, I am trying to achive the following:Write a java web service client program in TeamSite server. The client will invoke the web service, get the results and then write the results to an xml file.This xml file will be used in the DCT to populate the dropdown.So my requirement is, when the user creates new form and the form is loads, this web service will be invoked and the xml file created and stored at the required location. The dropdown will use a inline callout to access this xml file and populate the drop-down.Is this possible to be done? If so, how.Please let me know.Thanks,Cari