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

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to