Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: SOAP::Lite vs LWP::UserAgent for SOAP transactions

by mrguy123 (Hermit)
on Jul 19, 2006 at 15:55 UTC ( [id://562329]=note: print w/replies, xml ) Need Help??


in reply to Re: SOAP::Lite vs LWP::UserAgent for SOAP transactions
in thread SOAP::Lite vs LWP::UserAgent for SOAP transactions

Thanks for your reply,
Do you know if there is a way to build the http header using SOAP::Lite?
  • Comment on Re^2: SOAP::Lite vs LWP::UserAgent for SOAP transactions

Replies are listed 'Best First'.
Re^3: SOAP::Lite vs LWP::UserAgent for SOAP transactions
by gellyfish (Monsignor) on Jul 19, 2006 at 16:03 UTC

    You can get the HTTP::Request object that will be used with:

    $soap->transport->http_request()
    and you can manipulate that appropriately.

    However if you simply need to construct a SOAPAction header then that is possible through SOAP::Lite's on_action method.

    /J\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://562329]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-25 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found