in reply to Soap POST
in thread SOAP for Perl

using the SOAP::Lite transport() method you can access the SOAP::Transport::HTTP and gain access to the HTTP::Request or HTTP::Response objects (that control the headers) via the request() and response() methods.

/J\