You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve a SoapHeaderElement from a SoapHeader using it's QName. At the moment, it seems the api only allows for this to be retrieved by through iteration using the SoapHeader.examine*() methods.
Currently, getting an individual element looks something like this:
Chris Pilsworth opened SWS-710 and commented
I would like to retrieve a SoapHeaderElement from a SoapHeader using it's QName. At the moment, it seems the api only allows for this to be retrieved by through iteration using the SoapHeader.examine*() methods.
Currently, getting an individual element looks something like this:
It would be good to be able to access header elements directly, like so:
Affects: 2.0.2
Referenced from: commits e869d95, 54057b1
The text was updated successfully, but these errors were encountered: