NuSphere Forums Forum Index
NuSphere Forums


Thu Sep 21, 2006 11:19 am
Replies: 24
Views: 28865
The eval error is caused by the getProxy() function choking on a client object with error message.

Check the server result before using getProxy();

$client = new soapclient( $wsdl , true & ...

Tue Aug 15, 2006 3:04 am
Replies: 24
Views: 28865
The server uses, i assume, NuSOAP 0.6.8 which may have been modified here. It always uses HTTP charset UTF-8 and XML encoding ISO-8859-1. That's a combo NuSOAP 0.7.2 and NuSOAP 0.6.8's call functions ...

Mon Aug 14, 2006 11:32 am
Replies: 24
Views: 28865
I didn't work on the server. It turns out we use a hacked up NuSOAP server with "better error handling".. I'll try the hacked up client that i'm supposed to use.

Thanks for the help.

Mon Aug 14, 2006 11:05 am
Replies: 24
Views: 28865
I didn't know how and figured it should work. It worked with the proxy. (The proxy only generates the methods, right?)

Changing those variables doesn't help, the server still appears to send an inc ...

Mon Aug 14, 2006 7:21 am
Replies: 24
Views: 28865
Using NuSOAP's call() syntax, i now get this error:

Charset from HTTP Content-Type 'UTF-8' does not match encoding from XML declaration 'ISO-8859-1'

Sun Aug 13, 2006 10:38 am
Replies: 24
Views: 28865
Ok, so the only way to work around the caching errors is to mess up all my soap calls?

$result = $client->call('hello', array('name' => 'Scott'));

is a whole lot uglier than

$result = ...

Sun Aug 13, 2006 5:12 am
Replies: 24
Views: 28865
I'm not sure i understand what you're saying. Aren't they using nusoap.php?

Sun Aug 13, 2006 3:30 am
Replies: 24
Views: 28865
http://www.php-editors.com/php_manual/function.soap-soapclient-call.html says __call() is deprecated.

http://www.php-editors.com/php_manual/function.soap-soapclient-soapcall.html says that i can us ...

Tue Aug 08, 2006 3:49 am
Replies: 24
Views: 28865
Restarting Apache helped in both cases!

$ sudo /etc/init.d/apache2 restart

Forcing reload of web server: Apache2 [warn] module php5_module is already loaded, skipping
apache2: Could not determ ...

Tue Aug 08, 2006 3:29 am
Replies: 24
Views: 28865
On http://127.0.0.1/v10/users/index.php:

Parse error: syntax error, unexpected T_STRING in C:\Program Files\Apache Group\Apache2\htdocs\v10\users\inc\nusoap.php(6983) : eval()'d code on line 1

F ...
Page 1 of 1
All times are GMT - 5 Hours