Wednesday, August 6, 2014

Publishing webservices in ColdFusion 11 in old Axis version (webservice gives an error after upgrading coldfusion)

ColdFusion 11 has a new axis version. This means that webservices are now published in AXIS2. This should not give too much problems unless you have written the WSDLs yourself. The easiest fix is to tell Coldfusion that this is an older version by adding one element in the component object (or cfcomponent tag): wsversion = "1". That's it!

No comments:

Post a Comment