You might check to see if coldfusion has an old version of the wsdl
cached in the coldfusion administrator. (ie: delete it from the list
in coldfusion administrator, then try)

-- 
[EMAIL PROTECTED]


On Thu, 17 Feb 2005 11:34:56 -0000, A.Little <[EMAIL PROTECTED]> wrote:
> 
> 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)
> 
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:195308
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

Reply via email to