|
segemtation fault calling java webservice: msg#00064php.nusoap.general
Hi
@all,
we are using nuSAOP
(Rel. 1.87) component for calling java
webservices from php.
Everything works
fine until the point, when the data amount that is received
from
the webservice has
reached a special limit. Following situation:
I call a
java-webservice dynamically by using the "?wsdl" option:
$parameters = array(
'myPar1'=>$par1, 'myPar2'=>$par2, 'myPar3'=>$par3,
'myQueryLimit'=>$queryLimit );
$retData =
array();
$soapclient = new soapclient($wsdl,
'wsdl');
$retData = $soapclient->call('getSearchReport',
$parameters);
I receive a complex
DataType, that is nothing else, then a multidimensional
array.
With the parameter
$queryLimit i can limit the received data (thus the number of
records,
that the webservice
has to deliver). As long as the $queryLimit is set to max. 1200,
everything works
fine, but above this limit i get a 'segmentation fault'.
I know, it really
does not make really sense, to handle such big data-amount
with
SOAP, but i can not
believe, that this limit is true.
I would be very
happy, if anyone has an idea, where the problem is.
thanks in advance,
best regards
Dieter Koch,
Frankfurt Germany
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Soap Headers: 00064, Scott Nichol |
|---|---|
| Next by Date: | Nusoap and Xul: 00064, Eric Jaume 00 |
| Previous by Thread: | Soap Headersi: 00064, Roger R. Smith |
| Next by Thread: | Re: segemtation fault calling java webservice: 00064, Scott Nichol |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |