[PHP-SOAP-DEV] question
Status: Alpha
Brought to you by:
rodif_bl
|
From: <ab...@li...> - 2004-09-17 22:17:48
|
Hello
I have somr question , I develop web service with axis (java) and I want
to invoke this service with php program like this:
client.php
<?
$hello = new SoapObject("http://localhost:8080/service.jws");
echo $hello->hello_soap();
?>
I installed easyphp 1.7 (PHP 4.3.3 ) and I download php-soap_0.1.2 and I
dont what I must do.
thank you for your answer
Best regards
Lylia
|