Hello,
I'm trying to trouble shoot and issue I'm having. I have a cffunction
which is used a a web service method and I'm trying to add another
cfargument to the function. The issue I'm running in to is once I add
the new cfargument and a client connects and posts data I'm getting a
"java.lang.NullPointerException" error in my logs. I can only assume
two things right now, the required="no" & default="1" are getting
ignored and I know the clients are not aware of this new argument so
they are only posting the data with the only argument they know of.

<cffunction name="ProcessXML" access="remote" returntype="boolean"
output="no">
        <cfargument name="encodedXML">
        <cfargument name="isEncoded" required="no" default="1">
...

Is this a known issue?

Thanks,
Charlie

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to