Isn't there sometimes an issue where the actual class file generated
has a different mixture of case in the name e.g. Xml_Test or
something.

----- Original Message -----
From: Ian Skinner <[EMAIL PROTECTED]>
Date: Fri, 10 Sep 2004 07:30:04 -0700
Subject: REPOST: First time Web Service
To: CF-Talk <[EMAIL PROTECTED]>

I'm reposting this message.  I am trying to set up my first web
service.  Of the three servers I work with, this only works on one of
them.  The other two throw the error reported in my original message.
As best as I can tell, this error is due to some configuration problem
in the jrun under ColdFusion, but I can not figure out what.  Can
anybody provide any insight in this?

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]

Reply via email to