You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I run the tutorial.php I am getting an error: Fatal error: Uncaught Error: Class 'ServiceType\Create' not found
ClassMap is included do I have to include all ServiceTypes, StructTypes and Enum manually? Because I got more than 500 files from the generator (it's a large wsdl)
Or is there any full tutorial about how to work with the StructTypes?
Thanks
The text was updated successfully, but these errors were encountered:
The tutorial.php file contains a line, require_once __DIR__ . '/vendor/autoload.php'; loading the composer autoloader class which takes care of loading any used class imported or used with its FQCN such as in https://github.com/WsdlToPhp/PackageEws365/blob/develop/tutorial.php.
Thanks for your reply, I have this line in my file for the autoloader like generated from your class but I am still getting the error:
Fatal error: Uncaught Error: Class 'ClassMap' not found
Did you succeed to make it work? I sincerely don't know why you can't make it work otherwise, you have to debug it on your side. Feel free to inform me about your discovery
Hi,
when I run the tutorial.php I am getting an error:
Fatal error: Uncaught Error: Class 'ServiceType\Create' not found
ClassMap is included do I have to include all ServiceTypes, StructTypes and Enum manually? Because I got more than 500 files from the generator (it's a large wsdl)
Or is there any full tutorial about how to work with the StructTypes?
Thanks
The text was updated successfully, but these errors were encountered: