Hi Guys,

I've been plugging away at this and I'm running into a weird issue. I
have a CFC function setup called 'getPassHint' and I've written it so
it would be called via http as

http://details.at/config/cfc/users.cfc?method=getPassHint&[email protected]

I want it to return, via xml, the users's password hint.

If I don't append '&__BDRETURNFORMAT=wddx' to the string, I get an error

Type    Application
Detail  Data not supported

But unlike any other error, if I look for the 'exception' it simply
points to the CFC without a line

14:50:17] Application Exception in :
C:/openbd/tomcat/webapps/details_at/config/cfc/users.cfc Line:

And that's it.

If I append the wddx argument, I get back exactly what I want, in xml
format without errors.

Is this by design? Meaning, since I'm not requesting the return format
to be WDDX, it throws an error because the CFC won't return that style
of output?

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

Reply via email to