users@jax-ws.java.net

how to fix misunderstood headers on an endpoint that should be understood

From: <owen.hall_at_oracle.com>
Date: Tue, 28 Feb 2012 21:05:21 +0000 (GMT)

I get the following log messages on my endpoint when a client submits a
valid request --

Feb 28, 2012 1:20:55 PM com.sun.xml.ws.protocol.soap.MUTube
getMisUnderstoodHeaders
INFO: Element not
understood={http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}ResourceURI
Feb 28, 2012 1:20:55 PM com.sun.xml.ws.protocol.soap.MUTube
getMisUnderstoodHeaders
INFO: Element not
understood={http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}MaxEnvelopeS
ize

Does this mean I need to create a HandlerChain for my endpoint?