You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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:
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:
I think it is an error on the configuration on my side, but I don't know what causes the error.
The text was updated successfully, but these errors were encountered: