SOAPAction: "http://localhost/geocode#geocode" 900 Cherry Ave., San Bruno, CA SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x859a190) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close Date: Thu, 25 May 2006 01:11:56 GMT Accept-Ranges: bytes ETag: "16d01ff-94-89b58cc0" Server: Apache/2.2.0 (Fedora) Content-Length: 148 Content-Type: text/plain; charset=UTF-8 Last-Modified: Thu, 25 May 2006 01:11:55 GMT Client-Date: Thu, 25 May 2006 01:11:56 GMT Client-Peer: 127.0.0.1:80 Client-Response-Num: 1 #!/usr/bin/perl -w use strict; use SOAP::Transport::HTTP; require("geocode.pm"); SOAP::Transport::HTTP::CGI->dispatch_to('geocode')->handle; Can't call method "result" without a package or object reference at ./geocodeclient.pl line 13. SOAP::Transport::HTTP::Client::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Lite::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Lite::DESTROY: ()