From: ron at ttvavanti dot nl
Operating system: Debian GNU/Linux (2.4.22)
PHP version: 5.0.0
PHP Bug Type: SOAP related
Bug description: Soapserver always uses std class
Description:
------------
SoapServer always seems to use std class on complex types. This way you
can never get something like
class Foo { // some stuff on the class }
public function sendFoo(Foo $bar) { return $bar->doSomething(); }
to work. Because it will always cause a SoapFault (Argument 1 must be an
instance of Foo).
If you would need more information, feel free to contact me.
--
Edit bug report at http://bugs.php.net/?id=29385&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29385&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29385&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=29385&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=29385&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=29385&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=29385&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=29385&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=29385&r=support
Expected behavior: http://bugs.php.net/fix.php?id=29385&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=29385&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=29385&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=29385&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29385&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=29385&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=29385&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=29385&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29385&r=float