I'm fairly confident that "test" is not a reserved word in CF. :-)

Instead, I would suspect case sensitivity to the problem (not that you
should have expected it on a Windows box, of course). You said you were
calling it as http://localhost:8500/test.cfc?wsdl. But the error (and your
3d sentence below) refer to it being Test.cfc. If you renamed it back to
that, and changed the url to name it that way, I wonder if it would work.

If so, I'll just note that many have indeed tripped over some other case
sensitivity issues (with respect to file naming) in CF10, even on Windows.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Dale Fraser
Sent: Friday, August 17, 2012 1:46 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CF10 WSDL

 

Worked it out,

 

This has to be a bug.

 

The webservice was called Test.cfc

 

Test is apparently reserved or something, won't work, soon as I used a
different name worked.

 

The log looked like this

 

The web service operation caused an invocation exception.The root cause was
that: org.apache.axis2.AxisFault: Error attempting to create Java skeleton
for CFC web service. The specific sequence of files included or processed
is: C:\ColdFusion10\cfusion\wwwroot\Test.cfc

 

Regards

Dale Fraser

 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to