in reply to Re^3: SOAP for Perl
in thread SOAP for Perl

Hi Schiller, Thanks. One last question. When I submit a SOAP message encapsulated in a post operation how can I change the following headers SOAP::Transport::HTTP::Client::send_receive: POST http://10.236.137.7:10021/vas_soap HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 2810 Content-Type: text/xml to
Content-Type multipart/related;boundary ="soap-border";type ="text/xml +"" start =Test Content-Length Authorization: Basic

Replies are listed 'Best First'.
Re: Soap POST
by gellyfish (Monsignor) on Aug 05, 2004 at 12:55 UTC

    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\