Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13116 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74047 invoked by uid 1010); 3 Oct 2004 11:51:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74002 invoked from network); 3 Oct 2004 11:51:12 -0000 Received: from unknown (HELO s01.jool.nl) (217.119.228.145) by pb1.pair.com with SMTP; 3 Oct 2004 11:51:12 -0000 Received: (qmail 47610 invoked from network); 3 Oct 2004 11:51:12 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 3 Oct 2004 11:51:12 -0000 Received: from xs195-241-70-155.dial.12move.nl (xs195-241-70-155.dial.12move.nl [195.241.70.155]) by webmail.jool.nl (IMP) with HTTP for ; Sun, 3 Oct 2004 13:51:11 +0200 Message-ID: <1096804271.415fe7afd9ee0@webmail.jool.nl> Date: Sun, 3 Oct 2004 13:51:11 +0200 To: Robert Janeczek Cc: internals@lists.php.net References: <20041003092355.42336.qmail@pb1.pair.com> In-Reply-To: <20041003092355.42336.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 195.241.70.155 Subject: Re: [PHP-DEV] any chance for feature in soap extension? From: D.Kingma@jool.nl Citeren 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 Take a look at ob_start(),ob_get_contents() and ob_end_clean() functions. These make it possible to capture the output. To call a webservice handle from a not HTTP request you can manually set the $HTTP_RAW_POST_DATA var with the contents of a mail or any other communication protocol. Kind regards, David > > rash > > ps. yes, i know there is soap server class in pear :] > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.