Archive for November, 2007

Consuming Webservices with Complex Input Parameters

Wednesday, November 7th, 2007

ColdFusion sometimes has trouble assembling the inputs to a web service when the parameters to the web service function are complex. I ran into trouble recently when trying to use the findObjects() method of the API-A interface to a Fedora Commons repository.

There is a discussion of this issue in the adobe forums with a good description of ColdFusion's behavior when preparing parameters for a web service call.

(more...)