f00b4r / nusoap

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

not work properly #1

Closed alraben closed 6 years ago

f3l1x commented 8 years ago

What do you mean? I use it on some projects and it works. Can you be please more specific?

alraben commented 8 years ago

Hi,

When I use your nusoap.php

Now no errors reported but if I do

$result = $client->call($metodo , $cadena, ""); print_r($result);

$result is empty. No data receive.

I only replace nusoap.php in 0.9.5 nusoap version files. The rest of files are from https://sourceforge.net project.

No log in server making the call and the response.

Thanks

f3l1x commented 7 years ago

Hi. I have done all my tests and still it's working. Can you please provide more informations?

davidmpaz commented 7 years ago

Hi @f3l1x ,

could you share or commits into this repo your tests ?

thanks!

f3l1x commented 7 years ago

@davidmpaz I've just pushed samples and docs. Taken from official resources.

f3l1x commented 6 years ago

I'm closing it now, there's no any more info.

f3l1x commented 5 years ago

Should be fixed via #47