R
Ralph
I'm new to webservices but not .Net and was wondering if anyone could
give suggestions on how to build a service that would be available to
ColdFusion clients (internal) as well as unknowns (internet).
I think in most cases my problem is understanding how best to pass
"complex dataypes" back. Say I have a service method that returns
many company names and addresses (several rows with several fields)
based upon a passed in value. If I was building it all in .Net I would
just return something like a dataset or datatable but dealing with
cold fusion and or other platforms I'm not sure how it would be best
to pass that information back. I thought I read it was not good to
pass back a dataset/table because the other systems might not be able
to reconcile the datatype. If someone could give me some tips I would
greatly appreciate it.
Thanks
give suggestions on how to build a service that would be available to
ColdFusion clients (internal) as well as unknowns (internet).
I think in most cases my problem is understanding how best to pass
"complex dataypes" back. Say I have a service method that returns
many company names and addresses (several rows with several fields)
based upon a passed in value. If I was building it all in .Net I would
just return something like a dataset or datatable but dealing with
cold fusion and or other platforms I'm not sure how it would be best
to pass that information back. I thought I read it was not good to
pass back a dataset/table because the other systems might not be able
to reconcile the datatype. If someone could give me some tips I would
greatly appreciate it.
Thanks