> Where is the code that encodes the method call into an xml document and > decodes the xml document into a method call?
It's the BeanSerializer from apache soap. I followed the outline from this article: http://www.javaworld.com/javaworld/jw-04-2001/jw-0427-soap.html And for the perl client, there is good documentation at soaplite.com. If anyone knows, how do you declare "use test.Temperature" (java package name) in perl? It doesn't like the dot.