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)
How to Make an External Call to an URL ?
vneelak1
Hi All ,
I need help with making an external call to an URL which is an xml file from a livesite component
i tried this
http:/****.com/fragment.do?xmlPath=/us/en/company/innovation/modules/hero.xml
But doesn't work
Any thoughts on this??
Thanks
Vijay
Find more posts tagged with
Comments
Migrateduser
How are you trying to make an external call to the said URL from your component? if you are using a java external, you can use HttpConnection to access the http URL . Alternately, you can embed JS code in your component that can access the URL using AJAX.