<?xml version="1.0" encoding="windows-1252"?>
<node id="796007" title="Re: SOAP::Lite returning 500 error" created="2009-09-17 20:59:38" updated="2009-09-17 20:59:38">
<type id="11">
note</type>
<author id="414875">
snoopy</author>
<data>
<field name="doctext">
I think you want may the &lt;code&gt;call&lt;/code&gt; method on the client:
&lt;code&gt;
print SOAP::Lite
    -&gt; uri('http://www.anything.com/Demo')
    -&gt; proxy('http://dev.domain.com/cgi-bin/soapserver.cgi')
    -&gt; call('hi')
    -&gt; result;
&lt;/code&gt;</field>
<field name="root_node">
795994</field>
<field name="parent_node">
795994</field>
</data>
</node>
