-
1. Re: cfinvoke
Charlie Arehart Jun 15, 2012 8:12 AM (in response to Community Help)The list of "see also" tags/functions should be modified to add createobject. Fortunately there are examples here on the page of using that as an alternative, but still for the sake of completeness, it should be listed with a link to its doc.
Also, I think it would be helpful to mention here that if you need to call a web service where you need to pass in an argument with the name of username and/or password, you can't do that with CFINVOKE because those are reserved attributes (for doing basic authentication). If you need to pass in args with those names, use either CFINVOKEARGUMENT or createobject, and then pass them in on the invocation of a method against the resulting ws object.
-
2. Re: cfinvoke
Charlie Arehart Oct 31, 2012 12:51 PM (in response to Community Help)This page's syntax example and history should be updated to reflect the new wsversion attribute added in CF10 (and which is shown above as the last row in the attributes table.)


