NuSphere Forums Forum Index
NuSphere Forums


Tue Feb 26, 2008 3:19 am
Replies: 13
Views: 11832
Sample server(from the hello world example):
<?php
// Pull in the NuSOAP code
require_once('../classes/nusoap/nusoap.php');
// Create the server instance
$server = new soap_server;
// ...

Mon Feb 25, 2008 8:25 am
Replies: 13
Views: 11832
the service returns immediately(by looking at apache logs),
if it returns immediately, the problem is definitely on the server. Do you use nusoap on both server and client sides or only on the clien ...

Mon Feb 25, 2008 3:27 am
Replies: 13
Views: 11832
for testing I generate a random string of X bytes. when I return a string of 15275 bytes everything works okay, but when I return a string of 15276 bytes the call times out. the service returns immedi ...

Sun Feb 24, 2008 8:23 am
Replies: 13
Views: 11832
Hi.

Im having problems with NuSoap timing out if the returned value(of type xsd:string) is bigger than X bytes. It is definitely not an issue with slow execution. There seems to be a spot where it ...
Page 1 of 1
All times are GMT - 5 Hours