Hi Dave,
<cfcontent reset="true">
at the top of your code should do the trick. Check the license key anyway.
Cheers, Robin
http://www.rocketboots.com.au
Dave Watts wrote:
Hi all
I am creating a web service for some met data and even though my CF6.1
server is fully licesened, I get the following <Meta... string at the
top of every page (see end for example). Even one exposing a web
service. All sorts of tricks like the following CF code fail to stop it. And I would prefre that theer are
no leading blanks in the xml packet.
Any clues
ta Dave
------------------ the webservice call -------------------
<cfsilent> <cfsetting showdebugoutput=false ENABLECFOUTPUTONLY=true> <cfset url.gaz_id = 2492> <cfinvoke webservice = "http://aadc-maps.aad.gov.au/test/aws.cfc?wsdl" method="getLatestAWS" returnVariable="foo"> <cfinvokeargument name="gaz_id" value="#url.gaz_id#"> </cfinvoke> </cfsilent> <cfoutput>#foo#</cfoutput>
------------ the xml packet below -------------------------
<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use.">
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
