I would really like to use Sharepoint (any version really) to create a content repository for my WPF application.
I have the need to create massive amounts of product info, such as images, thumbnails, pricing info, descriptions, etc... and we really need to use a CMS for this.
We have licenses for Sharepoint so it seemed like an obvious choice.
Im not sure whats available, I know you can access document libraries and custom type using web serivces, so thats ok. But it seems so basic. Is there any real world CMS hooks in sharepoint for this type of thing? I would love to set my Image source to be a sharepoint URL, or rip out the details of all of my products via JSON or XML using REST.
But I'm open to suggestions here.
Thanks for any help you can give.