« Manually configuring the web server connector for distributed ColdFusion MX Standalone | Main | Creating webservice stubs with wsdl2java in ColdFusion MX 7 »

August 4, 2006

Creating webservice stubs with wsdl2java in ColdFusion MX 6.1

(TechNote) ColdFusion MX automatically creates webservices stubs when using cfinvoke, cfobject, or createObject() to call webservices and when registering webservices in the ColdFusion Administrator. Webservice stubs are Java classes that ColdFusion uses to communicate with the webservice. ColdFusion uses the wsdl2java utility included as part of Apache Axis to create these stubs. Once created, these stubs are stored under the cf_root/stubs directory. There are times when it is useful to run the wsdl2java utility manually.

Posted by dmorris at August 4, 2006 7:52 AM

Related Entries