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
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

SOAP

Post 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?
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I'm guessing it's the PEAR package:
http://pear.php.net/package/SOAP

Mac
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post 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
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post 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/
WeezelDS
Forum Newbie
Posts: 12
Joined: Mon Feb 28, 2005 10:22 pm

Post 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....
Post Reply