php and SOAP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Astra
Forum Newbie
Posts: 2
Joined: Fri Jul 18, 2003 1:30 pm
Location: US

php and SOAP

Post 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?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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?
jollyjumper
Forum Contributor
Posts: 107
Joined: Sat Jan 25, 2003 11:03 am

Post 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.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

check nuSoap
jacknirons
Forum Newbie
Posts: 6
Joined: Wed Aug 27, 2003 5:41 am

Post 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 :\
Post Reply