SOAP::WSDL::Server sends fault with invalid namespace prefix
Status: Beta
Brought to you by:
kutterma
The faults sent by SOAP::WSDL::Server have "soap:Server" as faultactor, with the "soap" prefix being undefined in the SOAP response.
The prefix used by SOAP::WSDL::Serializer for the namespace in question is SOAP-ENV.
A quick fix would be changing the prefix name to SOAP-ENV.
Making the prefix configurable pobably is a feature request...
- fixed in 790