Hi there

I have a little problem here with a CFC that contains *only a 
"onMissingMethod"* function (rpc proxy).

Here is my code:

1: <cfset client = CreateObject("component", "DataApiClient") />2: <cfset 
result = client.getEvents(language="de") /> 


Result: Method getEvents could not be found.

When I use this kind of call:

*1: <cfinvoke component="DataApiClient" returnVariable="result" 
method="getEvents" language="de" />
*

everything works as expected.

Am I doing something wrong or might this there missing support for the 
first call type in OpenBD 2.0.2?

Best regards
Louis


-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to