NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
php4 + nusoap


Joined: 08 Jan 2005
Posts: 2
Location: Stuttgart - Germany
Reply with quote
Hy all,

I tried for quite a while now to get the basic examples to work without
success.
I use Suse Linux 9.2 with apache2-2.0.50-7.2, php4-4.3.8-8 and nuSOAP 0.6.7.

Should it run with php4 ?

The examples that are provided work fine (I can access Amazon or Google), so I believe the client side is
working.
But when I try to call my Own Server f.e.

----------------------------------------
<?
function Abfrage()
{
return "Hello World";
}

require_once ("nusoap.php");

$server = new soap_server();
$server->register("Abfrage");

$server->service($HTTP_RAW_POST_DATA);
exit();
?>
-------------------------------------------

I do not get any response.

What could be the problem here ?

Thanx,
Markus
View user's profileFind all posts by BrujahSend private messageICQ Number
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
please take a look there first
nusoap-sample-s-t55.html#167

Let me know if you are still getting the problems
View user's profileFind all posts by dmitriSend private messageVisit poster's website
php4 + nusoap
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic