Ahh... yeah, that's probably the problem... you need to wrap the xml
variable in toString() to generate the xml-string... so
<cfoutput>#htmlCodeFormat(toSTring(variables.xmlOrder))#</cfoutput>
will dump it to your browser in a way that will be visible (as opposed
to viewing source). And likely you just need to toString() what you're
sending to the webservice also (although don't htmleditformat it of
course because that will cause a different problem).


> I can dump the xmlObject and navigate it in the browser.
> using
> htmlCodeFormat(variables.xmlOrder) returns

> [EMAIL PROTECTED]


> while using htmlEditFormat(variables.xmlOrder) returns

> [EMAIL PROTECTED]

> I'm concerned this may be how the web service may be
> seeing the xml as well.

> Ian Skinner wrote:

>>htmlEditFormat() or htmlCodeFormat() function so all the
>>brackets, ect. are escaped to be displayed.


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:214992
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