DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11923>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11923 error of SOAP::Lite Client with Axis ------- Additional Comments From [EMAIL PROTECTED] 2002-09-24 14:44 ------- Was looking at the documentation for SOAP::Lite at (http://cookbook.soaplite.com/#writing%20a%20client). Can you try the following? #!/usr/bin/perl -w use SOAP::Lite; print SOAP::Lite -> uri('urn:xmltoday-delayed-quotes') -> proxy('http://10.220.8.64:8080/axis/services/urn:xmltoday-delayed-quotes') -> getQuote("XXX") -> result; Thanks, dims