Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The call works and I get the correct data back but I am getting errors in my httpd-error.log file:$HOST = "http://localhost/devel/soap_mini/echo.cgi"; $NS = "urn:/SOAPY/Echo"; $PHRASE = shift; my $soap = SOAP::Lite ->readable(1) ->uri($NS) ->proxy($HOST);
What is the correct format for the uri() call?[Tue Jan 21 11:08:07 2003] [error] [client 127.0.0.1] Illegal namespac +e identifier '/soapy/echo' for URN 'urn:/SOAPY/Echo' at /usr/local/li +b/perl5/site_perl/5.8.0/SOAP/Lite.pm line 2097
Thanks
Edit by tye, change PRE around all to CODE parts
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite and uri/urn
by diotalevi (Canon) on Jan 21, 2003 at 19:36 UTC | |
by Anonymous Monk on Jan 22, 2003 at 15:31 UTC | |
by diotalevi (Canon) on Jan 22, 2003 at 17:15 UTC |