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)
Posting Data to Webservice
ramanagga1984
Hi
Is it possible to post data from a Page to a webservice. We have registration module in the application which takes some inputs from the user. We need this input information to be posted to a webservice in form of a XML.
Is it possible to post this information to Webservice using some Java code or using HTTPRequest.
We can get data from a webservice using a SOAP object in the content.xml but how to post the data is a question.
Any pointers or inputs will be helpful.
Thanks
Raman
Find more posts tagged with
Comments
rohit34582
Use a controller?
ramanagga1984
Hi Rohit
Can you please elaborate on the same. I am still a novice in this area
Thanks
Raman
interDev
Why not use Livesite Content Services? You can simply access the data through Rest API using LSCS.
Crsb
an ajax call to your web service with post method.