Menu

#113 Not returning expected results

open
nobody
None
5
2006-08-21
2006-08-21
Anonymous
No

my soap server returns a value containing an empty
hash {}, in 0.60 and 0.68, but my client sees '' (the
empty string),

On the server, we got the result like this,

$VAR1 = [
'OK',
{
'xmlns:sql' => 'urn:schemas-microsoft-
com:xml-sql',
'result' => {
'15' => {}
}
}
];

But on the client we got

$VAR1 = [
'OK',
{
'xmlns:sql' => 'urn:schemas-microsoft-
com:xml-sql',
'result' => {
'15' => ''
}
}
];

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.