I posted on the bug report site the fact a server backup fails to save scheduled tasks information. Has it been fixed? Or again are we ignored?
Peter Tilbrook Web Administrator, The Club Group Pty. Ltd. Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6104-9981 Mob: +61-2-0457-449-016 Email Address: [email protected] WWW: http://www.coldgen.com/ WWW2: http://www.clubgroup.com.au/ Twitter: @ColdGen ABN: 80 826 226 128 On 16 June 2012 13:55, Steve Onnis <[email protected]> wrote: > Charlie**** > > ** ** > > I am using createObject() to connect to the webservice. The error happens > during the invocation process, not during the method call.**** > > ** ** > > *From:* charlie arehart [mailto:[email protected]] > *Sent:* Saturday, 16 June 2012 12:08 AM > > *To:* [email protected] > *Subject:* RE: [cfaussie] Coldfusion Web services**** > > ** ** > > Steve, if you (or others reading this) are ever in a situation where you > have no control over the argument names of the web service you were > calling, there may be yet another solution. > > As discussed, the problem is that tags like CFINVOKE, while they do let > you pass in arguments to the web service, do have reserved keywords for > username and password (to pass in basic authentication), which means you > just can’t pass arguments with those names this way. > > A workaround that used to work was that if instead you passed them in on > CFINVOKEARGUMENT, that would work. Similarly, if you changed to using > createobject to call the web service, then called the method passing them > in, that too would work. > > If those may interest you to consider, I’d be interest to hear if it’s > still a good workaround for this problem.**** > > ** ** > > /charlie**** > > ** ** > > *From:* [email protected] > [mailto:[email protected]<[email protected]>] > *On Behalf Of *Steve Onnis > *Sent:* Friday, June 15, 2012 3:10 AM > *To:* [email protected] > *Subject:* RE: [cfaussie] Coldfusion Web services**** > > ** ** > > If i rename username and password to _username and _password the problem > goes away**** > > ** ** > > *From:* Mike Kear [mailto:[email protected] <[email protected]>] > *Sent:* Friday, 15 June 2012 5:05 PM > *To:* [email protected] > *Subject:* Re: [cfaussie] Coldfusion Web services**** > > ** ** > > Sorry if it's a dumb question Steve, but like you, I wouldn't have > thought 'username' or 'password' would be reserved words. Have you > checked that the problem goes away if you change the variable names to > something else? (and therefore prove that it's the variable names that are > causing the problem?)**** > > ** ** > > Cheers > Mike Kear**** > > ** ** > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en.**** > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
