I'm looking at the SOAPHeaderElement in Axis 1.1, it appears that for serialization I can pass it a strongly typed object, but for de-serialization (either on the server trying to read a header passed by the client, or on the client trying to read a header returned by the server) there doesn't seem to be any way to access the deserialized value of the header ? Or did I miss something ?
Thanks Simon