creating my first webservice

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

  1. #1

    Default creating my first webservice

    I'm creating my first webservice and i need some help getting started. I want a
    user to send my CFC data and inside my webservice i want to query my table and
    pass back the data that matches the sent criteria. (this could return mutiple
    records)would i set this up as a standard CFC with a query in it and just
    change the access = remote? i thought i read that you couldnt pass complex
    datatypes via WDSL (structs and queries)...is that wrong? Any help would be
    greatly appreciated. NF

    nedflanders Guest

  2. Similar Questions and Discussions

    1. Creating fileshares on a remote server from a webservice
      I am writing user management webpage to manage the creation of user accounts on our win2k network. I have created a webservice that creates new...
    2. What does VS.NET when creating WebService
      are there special settings applied to IIS5, when creating a webService in VS.NET? I wonder - because when I create a webService (let's call it...
    3. creating ASP .NET webservice from WSDL file
      hello dear Group! I need very much to create an ASP .NET webservice out of a WSDL file - it is enough if I would have just empty skeleton...
    4. creating a webservice
      hi guyz i have created a webservice that has methods like getitems and so on that get data from the db. and am calling it from asp.net i...
    5. Trouble creating a new .NET webservice
      hi I am a newbie to .NET environment. My first task assigned was to create a webservice. I have been trying to create a webservice by clicking...
  3. #2

    Default Re: creating my first webservice

    You can return complex data types from your web service but best practice
    guidance is to avoid.

    Read
    [url]http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Application[/url]
    s_with_CFML/webservices6.htm

    Good luck.

    Ben

    Ben Helfinstein 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