Hi,
It's anybody who knows how to deal with SOAP - PHP ?
Please i need an example with both side's (client and server) for inserting in Database a new user .
Please i search all the internet for a complete example .. ... but no lucky ..
10x.
http://developer.apple.com/internet/webservices/soapphp.html http://www.herongyang.com/php/php_soap.html http://www.packtpub.com/article/SOAP-and-PHP-5
Can you post here the code for add a new user in a database ? i need soap-server and soap-client side .. to see how it works.
thanks, thanks , thanks.
both Server and Client can be seen in this tutoral (that was very easy to find on google btw); http://developer.apple.com/internet/webservices/soapphp.html
Database work, shouldn't really effect your web service. If you want to learn how to use databases, thats another matter, I'm sure google can help you with that too.
A few additional sites to check out...
http://devzone.zend.com/node/view/id/689
http://hades.phparch.com/ceres/public/article/index.php/art::web_services::php5_soap
Once you have read all the material, try writing a client and server. If it doesn't work, please post the code and ask a question. I will be more than happy to assist you.