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.">


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><aws_data
xmlns="http://aadc-maps.aad.gov.au/";><place name="Mawson"
lat="-67.6026944444" lon="62.8738055556"><observation_date
uom="UT">9-Aug-2004 07:03:44</observation_date><air_temperature uom="deg
C">-14.10</air_temperature><air_pressure
uom="HPa">983.7</air_pressure><wind_speed
uom="knots">29</wind_speed><wind_direction
uom="deg">150</wind_direction></place></aws_data>




 
------------------------------------------------------------------------
-----------------

Dr Dave Watts                            ph      +61 3 62 323 586
Applications/DB Developer                fax     +61 3 62 323 351
Australian Antarctic Data Centre         email   [EMAIL PROTECTED]

http://www.aad.gov.au/default.asp?casid=3786

---
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/

Reply via email to