-
<cfsavecontent variable="my_xml">
-
<request>
-
<product>
-
<collection>Oak Bay</collection>
-
</product>
-
</request>
-
</cfsavecontent>
-
<cfhttp method="post" url="https:/my.web.service/index.cfm/run/product.list" name="qry_s_products">
-
<cfhttpparam name="TheXml" type="xml" value="#my_xml#">
-
</cfhttp>