This is a simple answer addressed in an article I wrote for Builder.com entitled A Hands On Tour of SOAP::Lite. The answer is also answered, albeit indirectly, in a previous post about complex types. The secret is properly escaping the SOAP::Data element like so: \SOAP::Data. I know, it is not very intuitive. :-(
but is it true for the SOAP server programs also, if we want to return the information to the client in the xml format with just the tags that we want to be specified?
Posted by: | February 08, 2005 at 08:45 AM