Sorry for the OT post, I haven't had any luck finding an answer to this one:
When I use the services browser > insert CFINVOKE option, it inserts it like this: ---------------------------------- <cfinvoke component="application.logging.Log" method="call"> <cfinvokeargument name="SMS" value="" /> <cfinvokeargument name="email" value="" /> <cfinvokeargument name="throw" value="" /> <cfinvokeargument name="throwDetails" value="" /></cfinvoke> ---------------------------------- When what I want it to insert is like this: ---------------------------------- <cfinvoke component="application.logging.log" method="call" sMS="" email="" throw="" throwDetails="" /> ---------------------------------- Is there anyway to change the formatting of the tags? I know the first way might be better practice, but its also inconsistent with all my existing code. Brook ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346486 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

