I recently ran into an issue while testing a PHP/SOAP application. The application would work perfectly in some environments and not others. This was the error that was being thrown:
PHP Fatal error: SOAP-ERROR: Parsing Schema: can't import schema from 'definitions.xsd'
Turns out that the problem is related to the path where the project lived. If the path has any spaces, the SOAP functions won't be able to find the file.
No comments:
Post a Comment