Skip to main content
This topic has been closed for replies.

2 replies

Charlie Arehart
Community Expert
Community Expert
October 31, 2012

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

/Charlie (troubleshooter, carehart. org)
Charlie Arehart
Community Expert
Community Expert
June 15, 2012

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.

/Charlie (troubleshooter, carehart. org)