> Web service operation "listPositions" with parameters 
> {client_id={xxxxxx},}
> could not be found.
>
> (xxxxx represents a number)
>
> I am calling a cfc (guts of query and datasource removed) that is on the
> same server, but in a different "site":
>
>
> <cfcomponent>
> <cffunction name="listPositions" access="remote" returntype="string">
>     <cfargument name="client_id" type="string" required="yes">
>        <cfargument name="job_id" type="string" required="no">

*snip and apologies if this is a dupe*

I've found that CF and webservices don't play well with required="no" or 
optional arguments :)

Does it work if you invoke it with a "job_id" as well?

Cheers,

-- 
James 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to