This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Annotate WebService methodwith optional Headerdaniel.cote.qc.ca Mar 18, 2013 4:19 PM (in response to samhain)Hi Samhain, I always use a SOAPHandlers to make the majority of the adaptations regarding the SOAP headers. There is an annotation that makes possible to say that a parameter SHOULD be conveyed using headers ( @WebParam(header=true)but that is all I'm awared of. By its nature, it does not seems to express what you were looking for...By default, not providing a mustUnderstand attribute, the WS stack should recognize the header as optionnal. This was my 2 cents... Regards 
 
    