Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RetrieveServiceContent() not found #35

Open
JoshuaHornigUKGM opened this issue Sep 21, 2021 · 1 comment
Open

RetrieveServiceContent() not found #35

JoshuaHornigUKGM opened this issue Sep 21, 2021 · 1 comment

Comments

@JoshuaHornigUKGM
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants