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
</soapenv:Envelope> [ November 14, 2008: Message edited by: James Clark ]
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
Keep in mind, in regards to form, it is best to separate the implementation of header processing from the implementation of the actual service processing.