I have seen this message when the name of the XSD file is incorrect.
Try using the absolute path to the XSD file in your class file, to see
if that fixes the problem.
e.g. something like:
/**
* @service
* @binding.soap
*
* @types
http://fb.com/ /home/me/php-sdo/Cookie.xsd
*/
class Facebook {