Can you post more of the error information? You may need to change some
settings in CF Administrator to see more of the error.

-----Original Message-----
From: Artur Kordowski [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 19 February 2006 3:46 AM
To: CF-Talk
Subject: Problems with invoking a Webservice

I desprate try to invoke a Webservice with cfinvoke and CreateObject. But I
got still an error:
coldfusion.jsp.CompilationFailedException
 
I'm using CF 7.0.1 with all hotfixes on Apache 2. I mean to remeber that
there was a problem with invoking a Webserivce with CF 7 but I dont found
anything on the archive. Any one an idea how I can fix it? Or what have I to
do?
 
Here my sample code:
<cfscript>
 ws = CreateObject("webservice",
"http://www.xmethods.net/sd/2001/TemperatureService.wsdl";);
</cfscript>
 
<cfinvoke
webservice="http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
          method="getTemp"
          returnvariable="aTemp">
 <cfinvokeargument name="zipcode" value="55987"/>
</cfinvoke>
<cfoutput>The temperature at zip code 55987 is #aTemp#</cfoutput>
 
 
Artur




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232786
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to