Not sure what is wrong. I tried this on my box and it ran fine. My setup is the same as yours except I use Win2k instead of NT.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 10:46 AM > To: CF-Talk > Subject: RE: MX Can't publish a web service. > > > Just to be sure I did try that. But it seems to apply to > anything I try and > publish, not just a particular one. > > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: 03 July 2002 15:19 > To: CF-Talk > Subject: RE: MX Can't publish a web service. > > > Can you try refreshing the WS in the CF Admin? Maybe you have an older > version cached. > > ============================================================== > ========= > Raymond Camden, ColdFusion Jedi Master for Macromedia > > Email : [EMAIL PROTECTED] > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 03, 2002 9:52 AM > > To: CF-Talk > > Subject: MX Can't publish a web service. > > > > > > I can consume external webservices and use local components > but can't > > publish any component as a web service. Even this very simple > > one doesn't > > work. > > <cfcomponent name="test" displayName="A Test"> > > <cffunction name="AQ" access="remote" returnType="string"> > > <cfreturn "bon"> > > </cffunction> > > </cfcomponent> > > If I call it like this > > <cfinvoke webservice="http://localhost/cf/components/atest.cfc?WSDL" > > method="AQ" returnVariable="atr"> > > </cfinvoke> > > I can this really useful error message. > > Could not perform web service invocation "AQ" because > > AxisFault faultCode: > > http://xml.apache.org/axis/:HTTP faultString: faultActor: > > null faultDetail: > > null: return code: 0 null > > > > It works fine as a component: > > <cfinvoke component="components.atest" method="AQ" > > returnVariable="atr"> > > </cfinvoke> > > and i can call it from a url like this: > > http://localhost/components/atest.cfc?method=AQ > > > > I'm using CFMX with IIS on NT. > > > > > > ************************************************************** > > ******************** > > > > The opinions expressed in this E-mail are those of the > > individual and > > not necessarily the company. This E-mail and any files > > transmitted > > with it are confidential and solely for the use of the > > intended recipients > > > > ************************************************************** > > ******************** > > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

