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
When using version 3, the behavior was the expected one, ie, it failed because the provided WSDL's first port has a wrong endpoint (see #557): PHP Fatal error: Uncaught Symfony\Component\HttpClient\Exception\InvalidArgumentException: Invalid URL: scheme is missing in "xxxxxxxxxx". Did you forget to add "http(s)://"?
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
On a fresh install, I've generated the required files with
vendor/bin/soap-client wizard
. When doing a test request, aMetadataException
is thrown.The WSDL is:
https://prewww2.aeat.es/static_files/common/internet/dep/aplicaciones/es/aeat/tikeV1.0/cont/ws/SistemaFacturacion.wsdl
Current behavior
Here's the full stack trace:
How to reproduce
vendor/bin/soap-client wizard
:https://prewww2.aeat.es/static_files/common/internet/dep/aplicaciones/es/aeat/tikeV1.0/cont/ws/SistemaFacturacion.wsdl
Verifactu
v
v
Expected behavior
When using version 3, the behavior was the expected one, ie, it failed because the provided WSDL's first port has a wrong endpoint (see #557):
PHP Fatal error: Uncaught Symfony\Component\HttpClient\Exception\InvalidArgumentException: Invalid URL: scheme is missing in "xxxxxxxxxx". Did you forget to add "http(s)://"?
The text was updated successfully, but these errors were encountered: