We have an events page in our company that's database driven and we
need to shared it with our partners. They need to pull information
from our site. They can be running asp, php, .jsp..etc. I was thinking
of using a web services and returning datatable (maybe to XML). Is
that the best approach? Or should I just take it as a Url parameter
and return an XML file? Any suggestions here would really help me.
I really appreciate your input on this.
Thanks
Maz
> We have an events page in our company that's database driven and we
> need to shared it with our partners. They need to pull information
> from our site. They can be running asp, php, .jsp..etc. I was thinking
> of using a web services and returning datatable (maybe to XML). Is
> that the best approach? Or should I just take it as a Url parameter
> and return an XML file? Any suggestions here would really help me.
Definitely a web service, IMO.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
the url mapping module in the .net extensions (still beta) is designed to
support REST. also the new SQL Server Data Services (cloud) is REST based.
-- bruce (sqlwork.com)
That way it's easier to consume on other platforms other than NET.
"mazdotnet" <mafl...@gmail.com> wrote in message
news:6dda7d00-6ae0-42c6...@56g2000hsm.googlegroups.com...