Hi. Anyone understand the getValue() method of a SOAPHeaderElement?
I have a SOAPHeaderElement whose toString() method returns this: <sessionId xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</sessionId> and when I run getValue() on it, I seem to be getting null. Can getValue() not handle the namespace stuff, or do I misunderstand the method? All I want to do is read that "2" as a string. Is there some other method that will work? Andrew
