I had this problem and it turned out that the cfcomponent displayname must be different to the name of the webservice. So
if you have myWebService.cfc?wsdl and inside it <cfcomponent displayname="myWebService" output="false"> then boom! doing this sorts the problem <cfcomponent displayname="myWebServiceFixed" output="false"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354706 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

