Hi,
sorry to say, but, that won't work out...
the this scope is handled differently in components and in web services. In a web service, if you set or change a this-var in one function, another function won't be aware of it.
If you set access to "public", the this scope will be visible again, but, then it's not a webservice any more. :-((
I don't know if it's a bug or intended, but, I'm going to ask some web service experts and post it here if I find out anything.
Chris
Main Topics
Browse All Topics





by: anandkpPosted on 2003-10-30 at 21:38:29ID: 9655600
try
<cffunction ACCESS="public" ..... I had used this to make my variable in that particular function accessable by other functions in CFC
let me know if it helps !
K'Rgds
Anand