in reply to Re^3: [SOAP::Lite] Obtain request body before request is sent?
in thread [SOLVED][SOAP::Lite] Obtain request body before request is sent?
Ok, circling back around to this.
How do I modify the HTTP header before SOAP::Lite dispatches the request?
Frankly, I have no idea how to use XML::Compile, my grasp on SOAP::Lite is tenuous at best, so my attempts to replicate my working script with XML::Compile have been complete fail.
You said that you linked to an example where you were modifying the HTTP headers, but all I see is a hook that... calls the pp_twig sub. I'm not sure what it's doing, but as far as I can tell, it has nothing to do with the HTTP request headers. I'm pretty sure SOAP::Transport will be involved?
thanks for the guidance
EDIT: I think I need to be looking at LWP::UserAgent, not SOAP::Transport
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: [SOAP::Lite] Obtain request body before request is sent?
by Anonymous Monk on Jan 29, 2015 at 03:35 UTC | |
by three18ti (Monk) on Jan 29, 2015 at 04:25 UTC |