Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87070 invoked from network); 26 Jun 2003 17:59:13 -0000 Received: from unknown (HELO mail.revelex.com) (64.94.57.101) by pb1.pair.com with SMTP; 26 Jun 2003 17:59:13 -0000 Received: from chasey.revelex.com (ip-172-16-10-87.revelex.com [172.16.10.87]) by mail.revelex.com (Postfix) with ESMTP id 82BA7A6C76 for ; Thu, 26 Jun 2003 13:59:13 -0400 (EDT) Received: by chasey.revelex.com (Postfix, from userid 1000) id B5C936BEA9; Thu, 26 Jun 2003 13:56:13 -0400 (EDT) Date: Thu, 26 Jun 2003 13:56:13 -0400 To: internals@lists.php.net Message-ID: <20030626175613.GF8831@chasey.revelex.com> Mail-Followup-To: internals@lists.php.net References: <3EFB2775.6070909@caraveo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EFB2775.6070909@caraveo.com> X-Operating-System: Linux chasey.revelex.com 2.4.19-gentoo-r10 User-Agent: Mutt/1.5.4i Subject: Re: [PHP-DEV] SOAP? From: jhughes@revelex.com (Jeraimee Hughes) On Thu, Jun 26, 2003 at 10:03:49AM -0700, Shane Caraveo wrote: > Sebastian Bergmann wrote: > > With all this new fancy XML support in PHP 5 -- what about SOAP? > I plan on implementing a new soap library based on top of simplexml, but > will not be able to start serious work on it until august. The new > library would be usable with almost no PHP code, but will still have > supporting functionality written in PHP. I would say the new library > would be at least 80% smaller, most code being to support addon > functionality and different transports. How's this going to interact (if any) with the supposed SOAP module already in PECL? (I was just about to start looking at it for some extension and use) -- Jeraimee