On Thu, 1 Jul 2004 09:13:16 +0200, Gabriel Birke <[EMAIL PROTECTED]> wrote: > > > > >> I want to make sure I'm correct in doing something. What > >> do I need in order to perform the following: > >> > >> --------------------------------- > >> Send an XML message to "something" at a website, have it > >> load a database with the message, and return an > >> acknowledgement. > >> ------------------------------------------- > > > > SOAP? > > > > Google -> XML SOAP > > If SOAP seems too complicated for your purposes, you can also have a > look at XML-RPC: http://www.xmlrpc.com
Well, if you just use the PEAR SOAP packages, it's pretty easy to do. No XML at all, it's basically an OO remote procedure call. I have no idea about the SOAP extension on PHP5.... -- paperCrane --Justin Patrin-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php