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

2 replies

Known Participant
January 24, 2013

This Usage section is missing the wsversion property. This allows you to force a call to an Axis-1 or Axis-2 service. See example below.

ws = createObject(

"webservice",

"http://localhost/MyWebService.cfc?wsdl",

);

Charlie Arehart
Community Expert
Community Expert
October 31, 2012

This page (and the others like it for calling cfcs, etc.) ought to have a "see also " link pointing to the cfobject equivalent.

(Might be wise, also, to start having all cfml ref pages point to the appropriate Developer Guide pages, since many folks never even know that doc exists, often with far more and useful info than is in the reference.)

/Charlie (troubleshooter, carehart. org)