ID: 40071
Updated by: [EMAIL PROTECTED]
Reported By: ville at pmd dot fi
-Status: Open
+Status: Feedback
Bug Type: SOAP related
Operating System: Debian Linux
PHP Version: 5.2.0
Assigned To: dmitry
New Comment:
You probably did somthing wrong. I verified this code before sending it
to you.
Previous Comments:
------------------------------------------------------------------------
[2007-01-26 17:52:34] ville at pmd dot fi
Even fixed as asked, the server still returns the same error.
------------------------------------------------------------------------
[2007-01-26 17:30:43] [EMAIL PROTECTED]
Fix your server code:
class testService {
public function authUser($authToken) {
return array(
'firstName' => strtolower($authToken),
'lastName' => strtoupper($authToken)
);
}
}
class testService2 {
public function authUser($authToken) {
$r = new objUserDetails();
$r->firstName = strtolower($authToken);
$r->lastName = strtoupper($authToken);
return $r;
}
}
------------------------------------------------------------------------
[2007-01-23 20:48:08] ville at pmd dot fi
The latest snapshot doesn't fix the problem, the returned error message
is still the same.
------------------------------------------------------------------------
[2007-01-17 01:00:00] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2007-01-09 14:26:34] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5.2-win32-latest.zip
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40071
--
Edit this bug report at http://bugs.php.net/?id=40071&edit=1