Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5955 invoked from network); 20 May 2008 13:02:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 13:02:49 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:51011] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/5D-32249-3FBC2384 for ; Tue, 20 May 2008 09:02:44 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id AB20A1EBC019; Tue, 20 May 2008 13:03:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t7UqSKst0vxG; Tue, 20 May 2008 15:03:21 +0200 (CEST) Received: from [192.168.10.116] (cust.static.84-253-47-226.cybernet.ch [84.253.47.226]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 932EA1EBC018; Tue, 20 May 2008 15:03:21 +0200 (CEST) Cc: internals Message-ID: To: Marco In-Reply-To: <2fd662a00805190640uee27511sd38a4e87424fc76b@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 20 May 2008 15:01:43 +0200 References: <2fd662a00805190640uee27511sd38a4e87424fc76b@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) Subject: Re: [PHP-DEV] Advanced SOAP From: mls@pooteeweet.org (Lukas Kahwe Smith) On 19.05.2008, at 15:40, Marco wrote: > This could be a silly question but one of the things that I struggle > with > whilst developing my applications is the lack of WSDL generation in > the PHP > Soap extension and the need to secure my SOAP messages using signing > etc > which isn't really documented on how to do in the current extension. > > I have come across http://wso2.org/projects/wsf/php and wondered if > there > were plans to implement some of the more complex features into the > core php > extension? Or should I really be implementing these features in PHP > itself? Since nobody else has taken this question. I do not know a definitiv question on what if at all is being worked on in regards to ext/soap. The topic of the ws02.org implementation has been discussed/mentioned a few times on this list (search the archives). Just in case you are wondering, this stuff is based on some other libs, is developed by people outside of the PHP development team and was deemed to be unfit for inclusion into core. Other than that open a feature request ticket (ideally with a patch) on ext/soap to get your favorite missing feature covered in php core. regards, Lukas