Page 1 of 1
php and SOAP
Posted: Fri Jul 18, 2003 1:30 pm
by Astra
In C# you can write a program which will initiate a function, stored on the server. The parameters to the function will be transferred through SOAP (Simple Object Access Protocol).
Is it possible to initiate the function written in php through SOAP?
Posted: Fri Jul 18, 2003 3:17 pm
by Stoker
NuSphere has made something for such use, I've seen it in the Eclpse library but never tried it...
Would the XML-RPC module help any?
Posted: Fri Jul 18, 2003 4:55 pm
by jollyjumper
Hi Astra,
There is a package called NuSoap, which is my favorite soap package for php. You can find it here:
http://sourceforge.net/projects/nusoap/
Also you can find the PEAR Soap package. If you go to pear.php.net and do a search on soap you'll find it there.
Greetz Jolly.
Posted: Fri Jul 18, 2003 4:55 pm
by AVATAr
Posted: Wed Aug 27, 2003 5:41 am
by jacknirons
nusoap is a nice soap script. but, have the problem that i'm ever get the error "method not defined" if i want use it :\