I create a simple axis Message whith this simple procedure :
And I think that that part of code should work ok..since if I print out the message with i.e. "msg.writeTo(System.out)" it works..
I need to retrieve the
SOAP header , but I keep on getting errors (nullpointer..) while doing it with "msg.getSOAPHeader()".
It doesn't even work doing so :
How should I do that?
Thanks a lot in Advance..
Bye
A.P