Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
MikeG #1
Exposing Web Services
I remember seeing somewhere that there is a "security" file you will need in
the WWW root that defines which cfc's (web services) can be accessed from
outside the server. I have looked for reference to it, and cannot seem to find
it? Am I imagining this requirement? CFMX 6.1
MikeG Guest
-
exposing a class
I am trying to expose a particular class defined inside my web service. The class is used by the methods but it is not in their prototypes. It is... -
Exposing dataview
Hello all, I have composite control with button, 2 textboxes and dataview. Now I want to expose dataview control as propertie to be accessed at... -
Exposing WS Properties
Hi Experts, How can I expose of my WS class? I can expose methods of the class by adding the "WebMethod" attribute to the method. Is there... -
.NET Best Practices for Exposing Biz Objects thru Web Services
I'm architecting some business objects in .NET and want to expose some methods from my biz objects via Web Services. What are the best practices... -
Exposing COM+ as a Web Service
I wish to configure a COM+ component to also be accessed as a web service. According to MSDN this is done by setting the "Use SOAP" check box in... -
shawnwindler #2
Re: Exposing Web Services
Unless I'm totally off, I was under the impression that the access attribute in the CFC defines who can access it.
I think "remote" will make it a web service.
- Shawn
shawnwindler Guest



Reply With Quote

