in reply to How to disable autotyping of tags in response of SOAP-server?
The same way :)
The shortcut fails $daemon->autotype(0); fails with Can't locate object method "autotype" via package "HTTP::Daemon"
but not the proper way :) $daemon->serializer->autotype(0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to disable autotyping of tags in response of SOAP-server?
by Zester (Initiate) on Dec 26, 2012 at 14:48 UTC | |
by Anonymous Monk on Dec 26, 2012 at 14:57 UTC | |
by Zester (Initiate) on Dec 26, 2012 at 15:05 UTC |