some webservices also have to be passed the return values too:-) For example if there is 1 paramter to be passed and 1 parameter that gets returned then you need to pass 2 paramters the in/out for the webservice as well.
Not all the time, but I have had this issue with a few before. On 10/25/06, J W <[EMAIL PROTECTED]> wrote: > > I've been dealing with this issue for a while now trying to use a web > service. I've done the refresh. Still no go.. > > Some web services give the same error when the optional parameters are not > included in the invoke call as well or all the mandatory arguements were > not > included. You have to include the omit="yes" as part of your > cfinvokeargument if they are requiring the optional ones. Still no go for > me > too. > > Has anyone delt with RSA's webservice? > > Jeff > > > On 10/24/06, Charles E. Heizer <[EMAIL PROTECTED]> wrote: > > > > Thanks, > > I did find this on the livedocs and this fixed it... > > > > "When you get that error about "can't be found", its becuase coldFusion > > caches the WSDL for that webservice. You have to go into the CF > > administriaon > Web Services.... You'll see your webservice there... > click > > the refresh button, then all should work fine." > > > > > > On 10/24/06 2:44 PM, "Nathan Strutz" <[EMAIL PROTECTED]> wrote: > > > > > It's a little bit hard to say for sure, but, to try the simple stuff > > first, > > > make sure the cffunction you are calling has access="remote" on it. > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257988 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

