CFC web service persistance concepts.

2005-12-01 Thread Ian Skinner
What is the basic outline to create a web service that handles some kind of persistence? So that a consumer can make an initial call that initiates a web service object with data and methods, then make subsequent calls that can retrieve and manipulate that data? Is this a complex problem?

Re: CFC web service persistance concepts.

2005-12-01 Thread Michael Dinowitz
Its simplicity itself. I'll send you a CFC for caching of queries and the code to call it. Should showcase the whole thing. What is the basic outline to create a web service that handles some kind of persistence? So that a consumer can make an initial call that initiates a web service

RE: CFC web service persistance concepts.

2005-12-01 Thread Dave Watts
What is the basic outline to create a web service that handles some kind of persistence? So that a consumer can make an initial call that initiates a web service object with data and methods, then make subsequent calls that can retrieve and manipulate that data? Is this a complex