We have a SOAP server created with "SOAP::Transport::HTTP::Server->new();", however for some reason it doesn't reply with the same namespace as the SOAP request.
Am I right in what I think? Anyone know how to make SOAP::Transport::HTTP::Server reply with the namespace provided by the client?
BTW, the namespace seems to be an issue because Visual Studio client won't recognise the result without the namespace it provided. Any advice on Visual Studio specific issues also welcome.