RetrieveServiceContent() not found
Opened this issue · 1 comments
JoshuaHornigUKGM commented
every time i tried to get Data out of a VHost i get the Error
PHP Fatal error: Uncaught Error: Call to undefined method Vmwarephp\SoapClient::RetrieveServiceContent()
eduardofsj commented
You need to inform the path to the vmwarephp composer, mine was like this.
"autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "classmap": [ "vendor/vmwarephp/vmwarephp/library" ] },
then you need to update composer to work.
composer update