-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bug in example #49
Comments
are you sure about this... if you check https://github.com/goetas-webservices/soap-client/blob/master/.travis.yml#L28 we are testing exactly that case see https://github.com/goetas-webservices/soap-client/blob/master/tests/example.php#L24 |
I'm not sure but...
Windows 10
|
I hit this issue too, and fixed it with 99940e1. |
It only occurs when using Symfony 3.4+, because services and aliases are private by default since this version. |
Hi!
I've tried to run example script from readme.md section 'Using the client'. Unsuccessfully. I finally got it started.
I had to change:
$metadata = $container->get('goetas_webservices.soap_client.metadata_reader');
to
$metadata = $container->get('goetas_webservices.soap_client.metadata_loader.array');
It's a bug or?
The text was updated successfully, but these errors were encountered: