Double array wrapping in **call** method #233
-
Hi! So I just downloaded the package and decided to try out some simple functionality. I have some wsdl that I call a "login" method on, so it has to accept params. I pass parameters as array, so the type check is passed, but then, in SoapClient, on line 357, the arguments passed are wrapped in an array again, which results in wrong parameters passed to the
I would really love to hear that I am just doing something wrong here. Removing line 357
from the SoapClient solves it and I can actually use the endpoint correctly but I do not understand what I am doing wrong? My code looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
😨 .... thx for reporting this. Does this error happen with v3 ? |
Beta Was this translation helpful? Give feedback.
-
Yes, it was a fresh V3 install on Laravel 9 project |
Beta Was this translation helpful? Give feedback.
Yes, it was a fresh V3 install on Laravel 9 project