Re: [PHP] SoapServer::handlle

2005-02-16 Thread cfendt
Selon Richard Lynch <[EMAIL PROTECTED]>: > Charles FENDT wrote: > > >$server = new SoapServer(null, array('uri' => "http://test-uri/";)); > >$server->handle(""); > >echo "\nAlive\n"; > > ?> > > > > here is the result > > > > > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/

Re: [PHP] SoapServer::handlle

2005-02-16 Thread Richard Lynch
Charles FENDT wrote: > $server = new SoapServer(null, array('uri' => "http://test-uri/";)); >$server->handle(""); >echo "\nAlive\n"; > ?> > > here is the result > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";> > > >SOAP-ENV:Server >Bad R