Hi,
I'm using a code-first approach which I love since I don't have to mess
with any wsdl or schema. I also have a handler chain for soap headers
that works fine (finally). Unfortunately, it has been mandated that I
have to have all header blocks/elements declared in our
published/generated wsdl. IOW, I have to use explicit headers instead
of implicit headers. Is this possible via JBossWS, JAXB annotations,
JAX-WS annotations, or any other form of magic so I can remain code
first?
Thanks,