Cold fusion web service

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Cold fusion web service

    Hi

    I am new in the coldfusion and have couple of questions about Cold fusion web
    services

    A > In order to start a database driven cold fusion web application do I have
    to create a cold fusion web service first ?

    B > What is the difference between Java web service and cold fusion web
    service ?

    C > I will be using Java to build some part of the application . So do I have
    to create both Java and Cold fusion web service ? Is both web service work
    together at same time ? or one web service will be OK

    D > I am not using coldfusion built in web server but our external web server
    .. So where Should I create the Web service ?

    Any help in this regard is very much appriciated

    Thanks

    kmandal Guest

  2. Similar Questions and Discussions

    1. Cold Fusion Application Server service will not start
      We are running ColdFusion version 4.51 (service pack 2) on a Windows 2000 server, with IIS 5. We recently started using Crystal Reports 11.5...
    2. Cold Fusion service stops unexpectedly
      With Cold Fusion MX 7.0.2, the service stops unexpectedly. In doing this, the WWW service stops, as well. I have not found a thing reagrding this...
    3. Cold Fusion Server Service Won't Start
      I am having trouble getting Cold Fusion Server's service to start. I get the following error message when I try to access a page: An error...
    4. Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
      Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another...
    5. cold fusion calling .net web service
      the wsdl shows: GET /CreateUsersWebService/CreateUsersWS.asmx/EnableSecureFTPUser?sUser=string&sIpAddress=string HTTP/1.1 Host: localhost .......
  3. #2

    Default Cold fusion Web service

    Hi

    I am new in the coldfusion and have couple of questions about Cold fusion web
    services

    A > In order to start a database driven cold fusion web application do I have
    to create a cold fusion web service first ?

    B > What is the difference between Java web service and cold fusion web
    service ?

    C > I will be using Java to build some part of the application . So do I have
    to create both Java and Cold fusion web service ? Is both web service work
    together at same time ? or one web service will be OK

    D > I am not using coldfusion built in web server but our external web server
    .. So where Should I create the Web service ?

    Any help in this regard is very much appriciated

    Thanks



    kmandal Guest

  4. #3

    Default Re: Cold fusion web service

    kmandal wrote:
    > Hi
    >
    > I am new in the coldfusion and have couple of questions about Cold fusion web
    > services
    >
    > A > In order to start a database driven cold fusion web application do I have
    > to create a cold fusion web service first ?
    Nope, absolutely not--you can build entire web applications in CF that
    don't have anything to with web services. CF makes it very easy to
    create web services of course, but you don't have to use them unless you
    need to.
    > B > What is the difference between Java web service and cold fusion web
    > service ?
    Not sure I understand the question--the direct answer is that one's
    created in CF and one's created in Java. To the consumer of the web
    service it doesn't matter what they're written in. And to reiterate the
    point above, you may not even need a web service for what you're doing.
    > C > I will be using Java to build some part of the application . So do I have
    > to create both Java and Cold fusion web service ? Is both web service work
    > together at same time ? or one web service will be OK
    If they do the same thing you wouldn't need two web services. One of
    the points of web services is that disparate systems can leverage one
    another through web services.
    > D > I am not using coldfusion built in web server but our external web server
    > . So where Should I create the Web service ?
    Hmm ... I'm confused about why you're confused. ;-) The fact that
    you're not using CF's internal web server just means that all your CF
    files need to go somewhere where the web server can find them, and this
    includes the CFCs that you expose as web services. I suggest checking
    out the DevNet area of Macromedia's web site for some basic primers
    about web services in CF--these might shed some light on things.

    [url]http://www.macromedia.com/devnet/mx/coldfusion/webservices.html[/url]

    Hope that helps,
    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  5. #4

    Default Re: Cold fusion web service

    Hi Matt

    Thanks for your reply . I need to get data from our SQL server database
    through my cold fusion pages . The user will use the cold fusion pages as data
    access page . So Do I need to make a web service to do that ? Is the web
    service helps getting the data from the database ? Or I can just make cold
    fusion pages and create data source and connect the cold fusion pages to the
    SQL data source to get data on the cold fusion page ?

    Thanks


    kmandal Guest

  6. #5

    Default Re: Cold fusion web service

    kmandal wrote:
    > Hi Matt
    >
    > Thanks for your reply . I need to get data from our SQL server database
    > through my cold fusion pages . The user will use the cold fusion pages as data
    > access page . So Do I need to make a web service to do that ? Is the web
    > service helps getting the data from the database ? Or I can just make cold
    > fusion pages and create data source and connect the cold fusion pages to the
    > SQL data source to get data on the cold fusion page ?
    Yes, you can just use regular CFML pages for these purposes. You don't
    need web services at all to interact with a database. You can use them
    for this purpose as well of course, but they're not at all necessary.

    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  7. #6

    Default Re: cold fusion web service

    popster, did you ever get this to work? Just wondering if you did. If so, please post your solution.

    Thanks in advance.
    wild-west Guest

  8. #7

    Default Re: cold fusion web service

    i hv an error on this topic too.My error is wsdl fetch failed
    flexdummy 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