I'm now getting the same thing. I created a remote method in my CFC, called it, everything was fine. Then I added another method, which can't be found, even though I can see it in the WSDL. I don't store any of these in the CF administrator (I'm calling them directly via the ?wdsl cfc URL).
On replacing the dynamically generated WSDL with a saved version (on disk) the problem goes away. This means that the WSDL is being cached at the consumption end. Can anyone tell us how to flush the cached wsdsl for the consuming page? In my case both servers are 6.1 (in fact it's the same server, just different sites). >OK, I must be doing something really dumb here... I run this following >code: > ><cfinvoke >webservice="http://dev-iet.open.ac.uk/webservices/people.cfc?wsdl" > method="getPeople" > returnvariable="testing"> > <cfinvokeargument name="GroupID" value="15"/> ></cfinvoke> ><cfoutput>#testing#</cfoutput> > >To call the webservice code: ><cfcomponent> > <cffunction name="getPeople" access="remote" >returntype="string"> > <cfargument name="GroupID" type="numeric" >required="yes"> > <cfset returnXML = "my xml string will be here"> > <cfreturn returnXML> > </cffunction> ></cfcomponent> >(and this appears fine as wsdl when I go to >http://dev-iet.open.ac.uk/webservices/people.cfc?wsdl <http://dev-iet.open.ac.uk/webservices/people.cfc?wsdl> ) > >But I get the error "Web service operation "getPeople" with parameters >{GroupID={15},} could not be found. " > >So - what have I done wrong?! For info the webservice is on CFMX (6.1) >and the calling code is on CF7 >Alex James Holmes Divisional Web Interface Development Coordinator Engineering, Science and Computing x4864 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:197076 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

