> I'm using cfmx 6.1 and have a XML document I am trying to
> send to a .Net
> web service.  I've built up the xml object in cold fusion
> and the only
> way I seem to be able to view it is using cfdump.  The
> response I
> receive from the webservice indicates the xml document
> failed validation
> against the schema.

> How do I output the complete text string representation of
> the xml?  I'd
> like to validate it in xmlspy.

<cffile action="write"
file="#expandpath('temp.xml')#"
output="#toString(myxml)#">

Then open that file in xml spy.

hth

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214987
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to