NuSphere Forums Forum Index
NuSphere Forums


Sun Apr 11, 2010 9:16 am
Replies: 0
Views: 4056
Hi all,

I would like to return an array of string in my web services

I've tryed :

<?php
require_once('nusoap/nusoap.php');

$server = new soap_server();
$server->con ...

Thu Jun 12, 2008 2:49 am
Replies: 9
Views: 45677
this is not possible ? Crying or Very sad

Tue Jun 10, 2008 2:26 am
Replies: 9
Views: 45677
Thanks for your answer.

This is what i've done :

in my webservice.php :

$server = new soap_server();
$server->soap_defencoding = 'UTF-8';
$server->register(...);
... ...

Mon Jun 09, 2008 7:30 am
Replies: 9
Views: 45677
Hi all,

I would like to force nusoap to work with UTF-8.
It seems to only work with ISO-8859-1 but I absolutly need UTF-8.

How can I configure nusoap to return UTF-8 ?

Thanks in advance for ...
Page 1 of 1
All times are GMT - 5 Hours