Hi Tom, I don't have a bug number sorry, I'm going by what was said in the thread on the Macromedia forums (http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&t hreadid=881689&forumid=1).
jsevlie said he'd called Macromedia support and had been talking to an engineer over the course of a week, which lead to the workarounds mentioned in the thread. He said Macromedia had recognised the problem as a bug and refunded his money, so I'd assumed that it would have been filed. It's been a while since I've looked at this issue, but from what I recall it's reproducible if you specify a non-default root mapping in the ColdFusion Administrator, create a directory under the new root, put a CFC in it, create a virtual site in Apache or IIS with the root being the directory with the CFC in and browse to /cfcname.cfc?wsdl. As far as I know this bug first appeared in CFMX 6.1 Updater 1 - we're currently running CFMX 6.1 without the updater, as when we installed it on our test servers it broke webservices on a number of sites. I really appreciate your offer to take a look, because this is probably the only issue that's keeping us from upgrading to CFMX 7. Regards, Mike Nicholls -----Original Message----- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 April 2005 4:19 p.m. To: CF-Talk Subject: RE: Simple Webservice Error from hell..... 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203787 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

