Open SamMousa opened 7 years ago
When configuring using this approach:
[ 'namespaceName' => 'otherNS', 'soapClientClass' => SomeNS\SoapClient::class ]
The generator does not use the absolute path to the soap client, leading to errors. Work around is to manually prefix the soap client class with \\.
\\
Thanks for the comment.
I think it would be nice if the generator ensures that the soapClientClass has a leading \.
soapClientClass
\
When configuring using this approach:
The generator does not use the absolute path to the soap client, leading to errors. Work around is to manually prefix the soap client class with
\\
.