$HOST = "http://localhost/devel/soap_mini/echo.cgi"; $NS = "urn:/SOAPY/Echo"; $PHRASE = shift; my $soap = SOAP::Lite ->readable(1) ->uri($NS) ->proxy($HOST); #### [Tue Jan 21 11:08:07 2003] [error] [client 127.0.0.1] Illegal namespace identifier '/soapy/echo' for URN 'urn:/SOAPY/Echo' at /usr/local/lib/perl5/site_perl/5.8.0/SOAP/Lite.pm line 2097