Hi guys, I have a big problem for my thesis.I have a class that receives as the only constructor an Axis MessageContext..and from it divides the Soap message ,inside the context,,into header+body (2 get methods). My aim is to serialize-deserizalize that class from a test main , using the 2 methods deserialize/serialized that I should override in the class. I know that MessageContext is not serializable...my prof. keeps on telling me that I should use Axis ser/dese context...but I don't know how and I can't find documentation...
Thanks in Advance -- A.P.
