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>
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

