Page 1 of 1
SOAP
Posted: Tue Jan 10, 2006 3:39 am
by shiznatix
ok i read all the topics about SOAP on these forums and searched around on google but the only thing i found was a thing about using SOAP to query google. it was good but it left some questions.
is there a simple, step by step, tutorial on soap with php? maybe with a simple example that can be understood?
Posted: Tue Jan 10, 2006 5:11 am
by shiznatix
ok well i found this
http://www.scit.wlv.ac.uk/~jphb/cp2101/ ... psoap.html
and this
http://www.googleduel.com/apiexample.php
which are good and i understand what soap does and everything but what i don't understand is where
include("SOAP/Client.php");
comes from
where do i get this php file? and the server one?
Posted: Tue Jan 10, 2006 5:23 am
by twigletmac
I'm guessing it's the PEAR package:
http://pear.php.net/package/SOAP
Mac
Posted: Tue Jan 10, 2006 5:32 am
by shiznatix
thanks but i have been there. i looked around but did not really see anything that was useful as a tutorial or an explanation.
edit: wait, im being incredibly stupid. thanks
Posted: Tue Jan 10, 2006 5:38 am
by Maugrim_The_Reaper
Tutorials with a PEAR package?
There's an example directory in the SOAP package. Other than that you may need to read the API docs, and find some decent tutorials. Have you looked into XML-RPC?
http://www.xmlrpc.com/
Posted: Thu Jan 12, 2006 4:04 pm
by WeezelDS
you just need to download the nuSOAP toolkit from
here....just unzip and upload to your site and thats it...you dont have to do anything else to install it....from there you can do the include....