Re: [PHP-EVANGELISM] PHP evangelism tools : where we are
[email protected] (Jim Winstead)
| Newsgroups | php.evangelism |
|---|---|
| Message-ID | <[email protected]> |
Dave Mertens <[email protected]> wrote: > I also heared people say the Google soap API was written in PHP, but somehow > i can't believe it. Google isn't using PHP on their site, so why should they > use php for their soap API and not their regular C/C++ interface?? evidence suggests that the google api is implemented in java using the apache axis toolkit. (or the apache soap toolkit?) at least one of the error messages matches those from the apache toolkit. http://radio.weblogs.com/0101679/2002/04/06.html#a312 jim