cfc does not work as a webservice

Ask a Question related to Coldfusion Component Development, Design and Development.

  1. #1

    Default cfc does not work as a webservice

    hi, I use the *.cfc file as a web service at CF mx 6.1 . But the same file
    does not work under the MX 7. I have just install CF mx 7 developer edition. At
    the cfc file I did not change anything. Something change between CF MX6.1 and
    MX7. U can try it with the article 'Employee Updater: Building a Client-Server
    Application with Macromedia Flash Data Connection Wizard and ColdFusion'

    ANDUIN Guest

  2. Similar Questions and Discussions

    1. Calling a webservice from a webservice
      Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am...
    2. why does my webservice web reference not work in aspx project?!
      Hi, I have a webservice on my local development box. I add a web reference in a web application to it. My reference usually comes up as...
    3. Webservice works once and then DOES NOT seem to work even though program does not crash
      Hello everyone, Any help you could give would be appreciated as I am totally baffled by this: - I have a form where you upload a docuement,...
    4. How to communicates with another webservice with another webservice
      H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those ...
    5. Webservice calling a webservice.....Error
      Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are...
  3. #2

    Default Re: cfc does not work as a webservice

    Are you missing any cfmapping that may have put the cfc into a package? Anything in the error logs? Can you bring up the WSDL file if you browse to it?
    byron1021 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