You want to use the OTB WSS Web Services (probably lists.asmx): http://dotnetdreamer.com/2009/06/04/moss-web-services-accessing-sharepoint-list-data/
If you don't like it, or want more control over the data coming back and its format, you can write your own custom web service hosted under MOSS (with access to the object model/context) to retrieve the data from the lists, and return it to your client application. I'd encourage ASP.NET databinding where possible also. M On Fri, Aug 21, 2009 at 10:24 AM, Prior, David <[email protected]>wrote: > Hi all, > > It's been a while since I touched MOSS but am now getting back into it. I > have a need to create content in MOSS, but to publish that content (or > extract it) to an ASP.Net web site that is hosted on another network, not > located on a MOSS server. > > Is there some guidance around how best to approach this? > > Cheers, > > David > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > ------------------------------ > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > Subscribe: [email protected] > Unsubscribe: [email protected] > List FAQ: http://www.codify.com/lists/ozmoss > Other lists you might want to join: http://www.codify.com/lists > -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
