|
This used to work
<CFOBJECT
class="Msxml2.ServerXMLHTTP.3.0" name="oConnection" action="CREATE"
type="COM">
<cfscript>
//oConnection.Open
called here and operational.
ReturnedXML =
oConnection.ResponseXML
</cfscript>
<CF_XMLDump
Datasource="ReturnedXML">
But now when
I use
<CFOBJECT
class="Msxml2.ServerXMLHTTP.4.0" name="oConnection" action="CREATE"
type="COM">
the following fails with an unspecified
error.
<CF_XMLDump
Datasource="ReturnedXML">
I of course am using now MSXML4 and version 1 of the
toolkit. |
