http://www.perlmonks.org?node_id=653453


in reply to Re: SOAP Server and XML
in thread SOAP Server and XML

That'd probably work for the 'info' node, but rppowell wants to (for reasons unknown) strip type attributes from all nodes descending from the Soap::Body.

To do that, it'd need to be done either at the $daemon level, or with a custom(ised?) serialiser.

-David