Exposing Web Services

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. .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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139