Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97872 invoked by uid 1010); 3 Oct 2004 17:15:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97847 invoked by uid 1007); 3 Oct 2004 17:15:43 -0000 Message-ID: <20041003171541.97726.qmail@pb1.pair.com> To: internals@lists.php.net References: <20041003092355.42336.qmail@pb1.pair.com> <1096804271.415fe7afd9ee0@webmail.jool.nl> Date: Sun, 3 Oct 2004 18:53:56 +0200 Lines: 11 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.252 Subject: Re: [PHP-DEV] any chance for feature in soap extension? From: rashid@ds.pg.gda.pl ("Robert Janeczek") > 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. thanks, it worked :) rash