Check if it's being used by anyone else before removing it. If you can't remove it, you can create a mapping for your webservice so that the mapping path matches the request path.
e.g. if I want somesite.com/somefolder/myWS.cfc?wsdl I'd map the physical folder to /somefolder/. Getting rid of the root mapping is easier. On 3/19/07, Chad Gray <[EMAIL PROTECTED]> wrote: > Oh... yes the development server has this mapping: > > / C:\CFusionMX7\wwwroot > > The production server does not have this mapping. > > Should I remove this mapping? One of the other developers must have made it > and I will need to find out why. > > > > -----Original Message----- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2007 10:36 AM > To: CF-Talk > Subject: Re: cfc and wsdl > > Check to see if either server has a root mapping (i.e. / is mapped to > something) and if there are any other differences between the mappings > on the boxes. > > On 3/19/07, Chad Gray <[EMAIL PROTECTED]> wrote: > > It is set to remote. I just copied the cfc to our production server and it > > works fine. I get good WSDL. > > > > It has something to do with out development server. They are the same > > server versions. > > > > > > > > > > > > -----Original Message----- > > From: Andy Matthews [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 19, 2007 10:13 AM > > To: CF-Talk > > Subject: RE: cfc and wsdl > > > > Your CFC has to be set to remote. > > > > -----Original Message----- > > From: Chad Gray [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 19, 2007 9:07 AM > > To: CF-Talk > > Subject: cfc and wsdl > > > > 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] > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273059 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

