Can you file a bug report for that please?

https://bugbase.adobe.com/


On Wed, Feb 27, 2013 at 7:55 AM, Dale Western <
[email protected]> wrote:

>
> 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:354712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to