We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

amexception 'Phalcon\Mvc\Dispatcher\Exception' with message 'mynamespace\BaseControllers\ApiController handler class cannot be l

I create a WSDL use nusoap library, but when I testing using SOAP UI. I get that error message. I'm never make this controller BaseControllers\ApiController, what's wrong ? help please.

This class just can't be loaded. You need to load it with loader.Just find in your project this BaseControllers\ApiController or mynamespace this. You sure you never made it ?

edited Sep '16

It's nusoap's dependency I guess. So you need to load entire lib with Phalcon Loader or manually to include it.

And if you really have a choice - just get rid of WSDL/SOAP stuff and go for JSON and JsonSchema.