f00b4r / nusoap

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2
https://f00b4r.github.io/nusoap/
320 stars 356 forks source link

Update invokeMethod to support namespaces #3

Closed Gugiman closed 7 years ago

Gugiman commented 7 years ago

Although this repo is only a PHP 7 compatible fork and the official nusoap seems not to be maintained anymore I've got this small snippet to support namespaces in nusoap methods like register(). Credits for this snippets belongs to the stackoverflow user in this thread: http://stackoverflow.com/questions/30669749/registering-namespaced-php-class-methods-with-nusoap#answer-43096118

I've made this change in the composer installed core file and if this PR might be merged i don't have to bother that my change got overwritten by any update.

Anyway, thanks for porting to php7 :)

f3l1x commented 7 years ago

Thanks. I don't see anything to not merge it. :-)