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


in reply to SOAP reply with correct namespace

Am I right in what I think?

I think no.

Anyone know how to make SOAP::Transport::HTTP::Server reply with the namespace provided by the client?

Specify a namespace, use one the client gives you, basic SOAP::Data.... make some xml

BTW, the namespace seems to be an issue because Visual Studio client won't recognise the result without the namespace it provided.

That sounds backwards, but it probably isn't the case. The likely issue is your WSDL specification is wrong, in addition to SOAP::Lite not handling it correctly.

PS. I hate soap.