Web Sevices/API
I'm using ColdFusion 8. I need help with Web Services and APIs. I can get the simple a convernsion from Celsius to Fahrenheit to work:
<cfinvoke
webservice = "http://webservices.daehosting.com/services/TemperatureConversions.wso?WSDL"
method="CelciusToFahrenheit"
nCelcius = "54"
returnvariable="foo"
>
<cfoutput>#foo#</cfoutput>
I can't get anything else to run. Is there a standard template, tool of dvelopment style that I can use to fill in information? Bellow is an API link for SPRACI, it is open an does not require an API key. Can some show me how to intergrate the functions into a web page. Or provide me with other examples that I can study? Thanks
Site with the SPRACI API:
http://www.spraci.com/services/soap/index.php?wsdl
Operation / Method Name |
