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?
SOAP
Moderator: General Moderators
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
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?
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?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
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/
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/