SoapServer::handlle

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

here is an example:

<?php
  $server = new SoapServer(null, array('uri' => "http://test-uri/";));
  $server->handle("");
  echo "\nAlive!!!!\n";
?>

here is the result

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Server</faultcode>
      <faultstring>Bad Request</faultstring>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

this didn't output "Alive!!!!" on stdout...
the script ends with the SoapServer::handle() call.

Did i miss something?
an option ?

regards

FENDT Charles

P.S. I need to use the WSDL mode. The same happened, but this is easier show my probleme
(no need of a WSDL file)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux