Hi all But now I'm having a problem. I'm doing a little coding by example, so don't shoot me if i'm doing something stupid ;)
In the interceptor i do the following: SOAPMessage sm = message.getContent(SOAPMessage.class); But sm will be null. How is this possible and what am i doing wrong? Is there a problem with the xml that i'm getting or is it something i'm doing wrong? kind regards, Ted
