Hi all, I have a handler which reads an argument from the web service by getting the request message from the MessageContext as xml and extracting the argument part from that.
But is it also possible to get the argument in the handler as object, like in the service class? Thanks in advance, Gerrie...