Feb 24
If you get this Axis error like the one below when trying to consume a CFC web service, or even when trying to browse the WSDL with your browser, here are a couple of possible reasons why.
- You have a default "/" mapping in your cfadmin, this breaks CFC's in general.
- You have a mapping with the same name as one the folders in the path to your CFC
Remove said mapping and u should be fine.
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][
faultActor:
faultNode:
faultDetail:
Sorry, something seems to have gone wrong... here are the details:
Fault - [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /wallpaper/admin/cfc/test.cfc][
faultActor:
faultNode:
faultDetail:
Oct 18, 2007 at 11:19 PM Nope, try again... this does not fix the problem...
Oct 18, 2007 at 11:27 PM This solution does work just fine for me and for several others.
If you use a bit of common sense then you can deducy clearly you simply have a different problem.