AdobeStock_455007340

CreateObject() Web Service Invocation

Home » CreateObject() Web Service Invocation

Web Services are invoked using . Right? Not necessarily. ColdFusion MX will actually allow you to invoke Web Services using CreateObject() using the syntax CreateObject(“webservice”, “wsdl”) (replacing “wsdl” with the wsdl URL). CreateObject() returns and object allowing you to invoke methods using object.method() syntax. (Applies to: ColdFusion MX)

Leave a Reply