« ADF Code Corner: How-to copy/paste the value of a table cell to other – selected – table rows | Main | New on ADF Code Corner: Metadata Services (MDS) Example : Power User vs. Normal User »
New on ADF Code Corner: How-to build a search form using the Oracle ADF Web Service Data Control and Complex input types
By frank.nimphius | June 18, 2010
Web Service operations may use complex input types in the arguments. For example, querying a list of employees may expect an Employee object as the search argument. The Oracle ADF Web Service Data Control resolves the complex argument if its structure is contained in the Web Service definition (WSDL) , which usually is the case when using JAX-WS services. The resolved object structure however is not directly exposed with the WS operation and thus a bit – though declarative – of extra work is required to build an input form from it. This blog article explains how to build a search form from an operation defined in a POJO Web Service.
Frank
Topics: ADF, ADF Faces RC, Web Service | No Comments »
Comments are closed.