Forum Discussion
VarunGrazitti
11 years agoBoss
manashree_rao use following to read your xml sent over from custom component in endpoint
<#assign xml_data= http.request.parameters.name.get("xml_data","") />
${xml_data}
Let me know if this helps.
Related Content
- 5 years ago