Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
nedflanders #1
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
-
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... -
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... -
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... -
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... -
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... -
Ben Helfinstein #2
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



Reply With Quote

