I have a SOAP server using the SOAP Lite module (SOAP::Transport::HTTP::Daemon), it generates several XML strings and returns a hash reference pointing to them. I am getting this error message in my log file with trace turned on:
SOAP::Serializer::envelope: Client Can't use string ("as_anyURI") as a
+ subroutine ref while "strict refs" in use at /usr/local/lib/perl5/si
+te_perl/5.8.8/SOAP/Lite.pm line 1159.
I can dump the XML into my log file prior to return and it looks OK to me. I have no idea how to work around this issue as it is happening as the server is creating the "return envelope". Please let me know your suggestions.