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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to