vadimcomanescu/vmwarephp

RetrieveServiceContent() not found

Opened this issue · 1 comments

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()

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

https://github.com/vadimcomanescu/vmwarephp/issues/8