In certain cases, duplicate class declarations are created, which result in PHP errors (something as "Fatal error: Cannot redeclare class foo in foobarService.php on line 74"). This can for example happen if a standardized object (e.g. for messages or errors) is used multiple times across parent elements.
This may or may not be a problem with the WSDL file or the providing service, however...
2009-07-22 09:44:01 UTC in wsdl2php