Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41286 invoked from network); 19 May 2008 13:54:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2008 13:54:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.162.176 el-out-1112.google.com Received: from [209.85.162.176] ([209.85.162.176:8126] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/50-38381-FE481384 for ; Mon, 19 May 2008 09:47:27 -0400 Received: by el-out-1112.google.com with SMTP id o28so419166ele.2 for ; Mon, 19 May 2008 06:47:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=H9WTQO9a84Dhy1ys5nZcmNmh6qqU9zyPG7LO6gJydng=; b=tJh51WpntZNqDNaaROwwpZCv93xuWc2FDKVS4LGtTbLjXrsxp2datUtpAwAdFhhRoxwYfTAsV9sCMBqQt+CX+hePvcrfAbGvTSml4rFovsXuHK6lCfoSlwj8c2+5H+t2GK+dnEjAfYOwHkK3WMHY+I+cYHf8iPu1X4a9n69Z1B0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=OhVzGtWWCAQcX61FSPEtumkb1BsRqMtk88hZbUOIT1fNG9CvAYmqTpmkglKMKYf1T38lH8rMpLz3FBM1BRJDfbWx1hgd0zFs1yA9FiLU81Ka52DY/PbH0tkxABckZwfLrGT1GOZ28Hyal7bhLfDsr+6zVat1sBYdk7Fd9Hfcnuo= Received: by 10.114.190.6 with SMTP id n6mr7492856waf.51.1211204456678; Mon, 19 May 2008 06:40:56 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Mon, 19 May 2008 06:40:56 -0700 (PDT) Message-ID: <2fd662a00805190640uee27511sd38a4e87424fc76b@mail.gmail.com> Date: Mon, 19 May 2008 15:40:56 +0200 To: internals MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27412_32148565.1211204456668" Subject: Advanced SOAP From: markright@gmail.com (Marco) ------=_Part_27412_32148565.1211204456668 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All 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? Look forward to any advice Regards Marco ------=_Part_27412_32148565.1211204456668--