Accept: text/xml Accept: multipart/* Accept: application/soap Content-Length: 578 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://localhost/MYSOAP#mySub" HELLO SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close Date: Wed, 29 Sep 2010 11:43:07 GMT Accept-Ranges: bytes Content-Length: 226 Content-Type: text/plain; charset=utf-8 Last-Modified: Wed, 29 Sep 2010 09:17:08 GMT Client-Date: Wed, 29 Sep 2010 11:43:07 GMT Client-Peer: IP:80 Client-Response-Num: 1 use lib qw(/path/to/my/module); use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -dispatch_to('MYSOAP') # ->dispatch_with({ 'urn:localhost:wsdl:MYSOAP' => 'MYSOAP' }) -> handle; syntax error at line 1, column 0, byte 0 at /usr/lib/perl5/XML/Parser.pm line 190 use lib qw(/path/to/my/module); use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -dispatch_to('MYSOAP') # ->dispatch_with({ 'urn:localhost:wsdl:MYSOAP' => 'MYSOAP' }) -> handle;