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

You have requested a non-existent service "goetas-webservices.wsdl2php.wsdl_reader". #5

Open
Snipie opened this issue Feb 19, 2019 · 1 comment

Comments

@Snipie
Copy link

Snipie commented Feb 19, 2019

Hello Asmir, I really appreciate your work on the webservices utilities.

When issuing the command 'wsdl2php.bat convert config.yml WSDLFile.wsdl' this error occurs:
You have requested a non-existent service "goetas-webservices.wsdl2php.wsdl_reader".

The following is my composer.json contents:

{
    "name": "packageName",
    "require": {
        "goetas-webservices/wsdl2php": "^0.4.2"
    }
}

I think it is an error on the configuration on my side, but I don't know what causes the error.

@samlikins
Copy link

@Snipie:

Without more information about your setup, it's impossible to be certain, but it sounds as if you're attempting to build a Symfony project. Though I don't see any Symfony packages in your composer configuration provided above, and this package isn't a Symfony bundle.

It's possible you've not performed the install of the composer packages. Try running:

composer install

This should download and place the required packages into the vendor directory.

If you have required Symfony packages, but just didn't show it in the example above, it's possible you're having caching issues; try clearing your cache with the following command:

php bin/console cache:clear -e=dev && php bin/console cache:clear -e=prod --no-debug

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