vksrinu
11-26-2004, 10:18 AM
hi
I have written one .cfc file. and i hav defined all the functions access type as remote, so that i can use that component as web serivice. Now i want to check that component like what we do in the ASP.NET file.
if we have a .asmx file if we execute it directly there it will display the what are methods it is having and we can also execute those methods at the same place.
so now i want to do the same thing for my component. How?
for ex . if given like this
http://localhost/sam/dateExample.cfc
its displaying the what are the services are available. but i am unable to execute it at the same place.
can we do this.?
thanks
Srinivas
I have written one .cfc file. and i hav defined all the functions access type as remote, so that i can use that component as web serivice. Now i want to check that component like what we do in the ASP.NET file.
if we have a .asmx file if we execute it directly there it will display the what are methods it is having and we can also execute those methods at the same place.
so now i want to do the same thing for my component. How?
for ex . if given like this
http://localhost/sam/dateExample.cfc
its displaying the what are the services are available. but i am unable to execute it at the same place.
can we do this.?
thanks
Srinivas



