Web Service
How-to access username and password protected Java EE Web services from ADF
Wednesday, December 12th, 2007Some papers have a longer writing cycle that others, and so was this. Its not a long paper, but I actually got on and off far too often while writing it. I started writing while preparing for my OOW 2007 session in which I presented the integration of ADF in SOA. A good portion of […]
ADF: Clearing cached data when working with Web Services in ADF
Tuesday, September 11th, 2007A question on OTN was about building a search form with ADF accessing Web Services. The actual building part of the search form is pretty straight forward, as you would expect from ADF, and involved a web Services method to be dragged and dropped from the data control palette as a parameter form, as well [...]
ADF: Using a Web Service result as an input argument to ExecuteWithParams
Tuesday, August 14th, 2007A not so uncommon ADF binding usecase that is frequently asked on OTN is of how to use the outcome of a Web Service in an argument to a method call. Interesting also is what happens if the Web Service response is delayed due to network latency or similar issues?
The example I built is [...]
