[root@shobhan soap]# perl soapClient.pl POST http://localhost/soap/soapserver.cgi HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 503 Content-Type: text/xml; charset=utf-8 SOAPAction: "World#GoodBye" Bad world HTTP/1.1 200 OK Connection: close Date: Thu, 03 Mar 2005 10:22:21 GMT Accept-Ranges: bytes ETag: "6c341-85-68808f40" Server: Apache/2.0.52 (Fedora) Content-Length: 133 Content-Type: text/plain; charset=UTF-8 Last-Modified: Wed, 02 Mar 2005 10:59:33 GMT Client-Date: Thu, 03 Mar 2005 10:22:21 GMT Client-Peer: 127.0.0.1:80 Client-Response-Num: 1 #!/usr/bin/env perl5.8.6 use SOAP::Transport::HTTP; use World; SOAP::Transport::HTTP::CGI -> dispatch_to('World') -> handle; not well-formed (invalid token) at line 1, column 1, byte 1 at /usr/local/lib/perl5/site_perl/5.8.6/i686-linux/XML/Parser.pm line 187 #!/usr/bin/env perl5.8.6 use SOAP::Transport::HTTP; use World; SOAP::Transport::HTTP::CGI -> dispatch_to('World') -> handle; at soapClient.pl line 23