2 Replies Latest reply: Oct 31, 2012 12:51 PM by Charlie Arehart RSS

    cfinvoke

    Community Help Community Member
        • 1. Re:  cfinvoke
          Charlie Arehart CommunityMVP

          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 CommunityMVP

            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.)