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
Hi, I have a issue with a request. Look the error I received:
"message": "CodeDredd\\Soap\\Client\\Events\\ConnectionFailed::__construct(): Argument #1 ($request) must be of type CodeDredd\\Soap\\Client\\Request, null given, called in /app/xxx/vendor/codedredd/laravel-soap/src/SoapClient.php on line 539",
"exception": "TypeError",
"file": "/app/xxx/vendor/codedredd/laravel-soap/src/Client/Events/ConnectionFailed.php",
"line": 22,
"trace": [
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a issue with a request. Look the error I received:
And look the code I wrote to make the request:
I'm using:
Laravel v11.10.0
PHP 8.2
And look the original request:
My auth on SoapRequest, using this package, is correct?
Thanks for all =)
Beta Was this translation helpful? Give feedback.
All reactions