Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64154 invoked by uid 1010); 2 Aug 2007 11:18:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64139 invoked from network); 2 Aug 2007 11:18:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2007 11:18:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:57222] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/00-61972-07DB1B64 for ; Thu, 02 Aug 2007 07:18:10 -0400 Received: from [192.168.1.43] (56-246.6-85.cust.bluewin.ch [85.6.246.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id F2E711224600 for ; Thu, 2 Aug 2007 13:19:44 +0200 (CEST) Message-ID: <46B1BD49.3020801@pooteeweet.org> Date: Thu, 02 Aug 2007 13:17:29 +0200 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.1, required 6, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: SOAP Attachments From: mls@pooteeweet.org (Lukas Kahwe Smith) Hi, Its my understanding that ext/soap currently does not support attachments (*). Is anyone working on adding this feature? If so is there an ETA? If not, has anyone been able to extend ext/soap to add this feature from userland or is this even the intended way to get this feature. I must admit my knowledge of the attachment standard for SOAP is quite limited, but if a userland implementation is possible and is the intended path, then I might take a stab at it. regards, Lukas (*) PEAR::SOAP however does, so there is at least a fallback