Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Query to get data from LSCS
HKN1104
Hello
I had requirement where, I do not want data or content to be displayed via LSDS. Is there any other way to display or query it from LSCS and get content. Before it was both included..Now it was LSCS and LSDS are separate...So if we push content to LSCS and do not want to use display services. So in that perspective can we write any query that will get data from LSCS and then i will use other Programming language to display it.....Any tips...
Thanks
Find more posts tagged with
Comments
nipper
LSCS is a web service. Hit a URL and it returns XML. Basic stuff
You can use whatever you want to query LSCS. The LSCS sample spar is JS based and does not use LSDS
HKN1104
Thanks Nipper,
Few minutes back looked into other post and threads and figured the same.
Thank you