Couple of questions: Can you invoke the CFC locally? Are the functions in the CFC accessible remotely?
-kumaran -----Original Message----- From: Craig Fisher [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:11 AM To: CF-Talk Subject: The XML-RPC service is not available. I was playing around with Web services in the CFMX final release and hit a snag. (FWIW its worth I am running on Win 2K and not having any other problems.) The long and short is that when I try to consume web services I am getting the following error message: The XML-RPC service is not available. This exception is usually caused by service startup failure. Please check your server configuration. The Error Occurred in C:\CFusionMX\wwwroot\MXBook\Chapter31a\TestCFC.cfm: line 4 2 : 3 : <!--- invoke it with the argument list ---> 4 : <cfinvoke webservice = "http://localhost:8500/yadayadaysda/someservice.cfc?wsdl" method="Getsometing" returnVariable="cheese" Flavor="Smells Like Teen Spirit"> 5 : 6 : <cfoutput> Additionally when try to publish web services I get the following message (ie trying to server http://myserver/yadayadaysda/someservice.cfc?wsdl): AXIS error Sorry, something seems to have gone wrong... here are the details: [java.lang.NoClassDefFoundError : yadayadaysda/someservice (wrong name: yadayadaysda/someservice)] I have not done anything special to the configuration -- I was just publishing and consuming services when things pretty much quit. Does anyone have any insight on this one? Thanks Craig ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

