I've the problem now. I've run the following code in CF8 is ok and everything's fine.
<cfinvoke webservice="http://www.w3schools.com/webservices/tempconvert.asmx?WSDL" method="CelsiusToFahrenheit" returnvariable="strg">
<cfinvokeargument name="Celsius" value="24" />
</cfinvoke>
<cfdump var="#strg#">
But test it in CF9. Then encounter the following error
Unable to read WSDL from URL: http://www.w3schools.com/webservices/tempconvert.asmx?WSDL. Error: java.net.UnknownHostException: www.w3schools.com. The error occurred on line 2.
What I need to know is Is there I need to configure in Coldfusion admin or somewhere else? I've already tried to add above webservices URL in CFadmin > webservices but cannot.
