Soap question
Posted by paintball12k, 09-21-2008, 04:41 AM Does anyone know where I can find good articles on how to parse data using soap to php so i can upload the values into a mysql
Posted by Panopta, 09-21-2008, 12:18 PM There's a pretty good article at http://www.builderau.com.au/program/...9288552,00.htm that covers both SOAP servers and clients. Also http://developer.apple.com/internet/...s/soapphp.html provides similar coverage. Also check out the main PHP SOAP docs at http://us.php.net/manual/en/book.soap.php - they're more reference material, which should be useful after you get started.