while trying out the sample code on multiple types (http://phpsoaptoolkit.sourceforge.net/phpsoap/guide/samples/multi/) i noticed a mistake in the source.
wondering why the code is not running on the 'object'-part, i figured out that either
lines 13+14 of 'multi-client.php'
should be changed from '->object->' to '->obj->')
or line 12 of 'multi-server.hp'
should be changed from '->obj = $obj' to '->object = $obj'
just thought you should know and fix.
greetings + good luck from soapcart
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
while trying out the sample code on multiple types (http://phpsoaptoolkit.sourceforge.net/phpsoap/guide/samples/multi/) i noticed a mistake in the source.
wondering why the code is not running on the 'object'-part, i figured out that either
lines 13+14 of 'multi-client.php'
should be changed from '->object->' to '->obj->')
or line 12 of 'multi-server.hp'
should be changed from '->obj = $obj' to '->object = $obj'
just thought you should know and fix.
greetings + good luck from soapcart
i wanted to say
" should be changed from '->object->' to '->obj->' "
but i guess you know what i ment.