Reputation:
I don't have much experiences with web services at all, but i hope someone here can give me some advice on how to create what i'm searching, or at least point me in the direction of a useful tutorial.
Here goes:
I have a news section, with news items. Example of the path: content\home\news\ (here all news items are stored as seperate items).
Now i wanna take the news title and text fields, and export those for viewing on another website, on another domain (not running in a sitecore solution). I think the smartest solution for this, is to use webservices or am i wrong?
And if it is, how can i do this the easiest way in a web service? I tried to find some documentation on how to do this, but haven't had any luck in doing so. Some example code would be nice.
Really hope someone here can contribute with a little help, would be much appreciated.
Upvotes: 1
Views: 306
Reputation: 31
I agree with steve, the fast way to get this working is with RSS. Then on the other end, outside of sitecore, you could parse the rss right on the page via javascript: Parse RSS with jQuery
Upvotes: 3