
Best way to pass data via WebService to ColdFusion App
I have a web method that returns the contents of a dataset. Unfortunately,
I've had to do a GetXml on the dataset and pass the captured data as a
string back to the caller of the web method.
What's the best way to pass data from a dataset to a cold fusion app?
Charles Sustek