Does anybody know how to change soap header in response?
for example:
class myClass {
...
public function my_metohod() {
return(...);
}
...
}
...
$server->setClass('myclass');
$server->handle();
...
and I have no idea where can I set my soap header... in returned structure
of my_method?
--
Filip Serewa
www.delfnet.pl
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
