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?
php and SOAP
Moderator: General Moderators
-
jollyjumper
- Forum Contributor
- Posts: 107
- Joined: Sat Jan 25, 2003 11:03 am
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.
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.
-
jacknirons
- Forum Newbie
- Posts: 6
- Joined: Wed Aug 27, 2003 5:41 am