in reply to SOAP::Lite Client - Read response header
Just not sure how to get access to that value that was in the header.
There is an example in my treasure trove of soap examples and lost knowledge, something like
See SOAP::Lite - Attribute in array / http://search.cpan.org/perldoc/SOAP::SOM#ITERATING_OVER_AN_ARRAY$d->valueof('/Envelope/Body'); $d->match('/Envelope/Body/[1]'); $d->dataof('/Envelope/Body/[1]');
|
|---|