I have the exact same problem.  It seems that the mapping issue seems to clear 
most people's problems up, however, I have no mappings to "/" in CF Admin.  
Also, the method is set to remote. I'm trying to access the cfc through the 
browser (for now) at http://server/component.cfc?wsdl.  

There are 4 or five virtual servers on my IIS setup, all using host headers to 
sort each other out.  Does anyone have any ideas as to why this is happening.  
A google search wasn't very helpful (although I did find this)

This is starting to get frustrating.

Thanks
Scott

> Hello,
> 
> I am playing with cfcs and what I am reading so far I should be able 
> to hit the cfc with ?wsdl on the end and get WSDL.  
> 
> Here is my test cfc right out of the help files:
> <cfcomponent>
> <cffunction name = "echoString" returnType = "string" output = "no" 
> access = "remote">
>       <cfargument name = "input" type = "string">
>       <cfreturn #arguments.input#>
> </cffunction>
> </cfcomponent>
> 
> 
> I get the following:
> 
> AXIS error
> Sorry, something seems to have gone wrong... here are the details:
> 
> Fault - Error attempting to create Java skeleton for CFC web service; 
> nested exception is: 
>       coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.
> SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve 
> CFC datatype: /lib/cfc/utils.cfc]
> AxisFault
 
> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.
> generalException
 
> faultSubcode: 
 
> faultString: Error attempting to create Java skeleton for CFC web 
> service; nested exception is: 
>       coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.
> SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve 
> CFC datatype: /lib/cfc/utils.cfc]
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273959
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to