Ian
-----Original Message-----
Ok, I created this super simple "hello world" web service cfc, put it on my web server and tried to access the wsdl. I get an "AXIS error". What am I missing here?
<url>
http://www.bloodsource.org/xml_test.cfc?wsdl
</url>
<code>
<cfcomponent>
<cffunction name="read" access="remote" returntype="string">
<cfset myResult="foo">
<cfreturn myResult>
</cffunction>
</cfcomponent>
</code>
<error>
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - [java.lang.ClassNotFoundException : xml_test][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassNotFoundException : xml_test][
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: [java.lang.ClassNotFoundException : xml_test][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassNotFoundException : xml_test][
faultActor:
faultNode:
faultDetail:
</error>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

