ActionWebService: associations unavailable in SOAP response

I have create a web service to expose data from my application and am
wondering why the associations are not showing up as values in my WSDL
or SOAP response.

In active record I have enabled eager loading so that the object set as
the return type for the service call has all the associated data prior
to the response. However, the associations are not showing up. Anyone
have any ideas?

I can inspect the object and see that it has all the values. to_xml on
the active record object gives the desired XML structure I would expect
in the SOAP response.

All other values are being returned correctly. Any Ideas?

Unfortunately, AWS doesn’t support it out of the box.

On 8/7/06, Joel G. [email protected] wrote:

the active record object gives the desired XML structure I would expect


Kent