This article was a great kick into the web services world, form me. Thaks.
When I tried to test the basic examples, I found an error condition which made me look into the nusoap.php code and follow it for a few days.
After that, I realize that if I replace the line on the server
return new soapval('return','string'$taxcalc);
for
return new soapval('return','xsd:string',$taxcalc);
All the stuff worked fine.
Now I wonder why in your code, it worked the plain type 'string'.
Regards.
--Néstor
|