You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "J. K." <yi...@yahoo.com> on 2010/05/11 16:31:33 UTC

Axis2 1.5.1 - org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher

Hello,

in axis2.xml there is:
org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher

It uses org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils

to get a list of QNames of headers that are then set as understood.

The list of QNames can be in these parameters:

- axisService.getParameterValue("seiMethodHeaderParameter");

- getHeaderParameterList(axisOperation, OperationDescription.HEADER_PARAMETER_QNAMES)

- getHeaderParameterList(axisService, EndpointDescription.HANDLER_PARAMETER_QNAMES);

I would like to ask how a server side service could set QNames of headers to the above parameters so that the headers are understood. What is the easiest expected way for setting these parameters?

Thank you.

Yirco



      

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org