Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42379 invoked by uid 1010); 3 Oct 2004 09:23:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42337 invoked by uid 1007); 3 Oct 2004 09:23:56 -0000 Message-ID: <20041003092355.42336.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sun, 3 Oct 2004 11:33:15 +0200 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.181 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-Posted-By: 217.116.100.249 Subject: any chance for feature in soap extension? From: rashid@ds.pg.gda.pl ("Robert Janeczek") what are the chances that soap extension will have the (optional) ability to return output from SoapServer::handle instead of echo`ing it with http headers? current version makes it impossible to create soap server other than httpd-based (even more - it`s impossible to create server for not httpd-linked sapi). if there is a way to do this - give me some directions please. thanks rash ps. yes, i know there is soap server class in pear :]