1. <cfsavecontent variable="my_xml">
  2. <request>
  3.     <product>
  4.         <collection>Oak Bay</collection>
  5.     </product>
  6. </request>
  7. </cfsavecontent>
  8. <cfhttp method="post" url="https:/my.web.service/index.cfm/run/product.list" name="qry_s_products">
  9.     <cfhttpparam name="TheXml" type="xml" value="#my_xml#">
  10. </cfhttp>