what is extension for this file when i use over cfhttp. and
how do i call that. thanks
<cfsavecontent variable="theSoap">
<soap:Envelope xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<transaction>
<merchant_id>123456789</merchant_id>
<trnType>P</trnType>
<trnCardOwner>Sam Shopper</trnCardOwner>
<trnCardNumber>5100000010001004</trnCardNumber>
<trnExpMonth>01</trnExpMonth>
<trnExpYear>08</trnExpYear>
<trnOrderNumber>12345</trnOrderNumber>
<trnAmount>50.00</trnAmount>
<ordEmailAddress>user@domain.com</ordEmailAddress>
<ordName>Sam Shopper</ordName>
<ordPhoneNumber>999-999-9999</ordPhoneNumber>
<ordAddress1>1020 Fort Street</ordAddress1>
<ordAddress2></ordAddress2>
<ordCity>Victoria</ordCity>
<ordProvince>BC</ordProvince>
<ordPostalCode>V8T4R5</ordPostalCode>
<ordCountry>CA</ordCountry>
</transaction>
</soap:Body>
</soap:Envelope>
</cfsavecontent>