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)
LiveSite 3.0 component creation using .Net framework.
Sbardeo
Hi,
Is it possible to create LiveSite 3.0 component or external datum, using .Net framework?
Actually, we are using .Net framework for our portal and want to use LiveSite 3.0 to manage web content. Currently we are using TS6.5 SP2 to manage our web content.
Thanks in advance!
Find more posts tagged with
Comments
tec_iwov
there is no direct .net implementation but you can use some form of service, soap,rest, etc... to bridge the gap. the jakarta Axis project has automation tools to generate the classes (given wsdl definitions).
Sbardeo
Thanks for reply!
Could you please explain in detail like how it can be achieved and how complex it is?
tec_iwov
http://ws.apache.org/axis/index.html
not sure about what to do on the .net side but i believe M$ has similar soap tools available.