I don't know about it. And generally if a web service bug doesn't get to me, it doesn't get fixed.
We did fix CFMX to respect CF mappings when dealing with web services, I believe in the 6.1 updater. Are you saying that this fix caused this problem? i.e. it worked like you wanted before the updater? You got a bug number? I can take a look. -- Tom Jordahl ColdFusion Web Service Guy -----Original Message----- From: Mike Nicholls [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 1:42 PM To: CF-Talk Subject: RE: Simple Webservice Error from hell..... It's a bug in CFMX 6.1 Updater 1 and CFMX 7, Macromedia have known about it since October last year but it hasn't been fixed. See http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid= 7&threadid=881689&forumid=1 for a few workarounds - unfortunately they all make using webservices on a multihomed server unnecessarily painful. -----Original Message----- From: jonese [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 April 2005 7:01 a.m. To: CF-Talk Subject: Simple Webservice Error from hell..... Ok i have this CFC. <cfcomponent> <cffunction name="test" output="true" returntype="string" access="remote"> <cfreturn "hello eric"> </cffunction> </cfcomponent> I hit the url http://myinternalDomain.com/contentExplorer.cfc?wsdl and get this error: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /contentExplorer.cfc][; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /contentExplorer.cfc][ AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /contentExplorer.cfc][; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /contentExplorer.cfc][ faultActor: faultNode: faultDetail: I've searched high and low and while the question is asked alot i never find a solid answer. ANY ideas? jonese ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203785 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

