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


in reply to SOAP reply with correct namespace

Ok, to be more specific, anyone know how to get the namespace passed from the client using SOAP::Transport::HTTP::Server?

And what is the best way to set the namespace on the reply? I know about the $server->serializer( MySerializer->new ); method, but it seems a bit long winded.

Not a fan of SOAP either, but having to make do! Thanks.