A JAX-WS handler[1] to add the header, CXF interceptor to do the same, or
using implicit SOAP headers[2] (if the header is defined in the WSDL) can
help you.

Glen

[1] http://www.jroller.com/gmazza/entry/adding_jax_ws_handlers_to
[2] http://www.jroller.com/gmazza/entry/using_implicit_soap_headers_with


chengy wrote:
> 
> <wsdl:operation name="sendMail">
> ...
> </wsdl:operation>
> 
> I want to make Special authorization when invoking sendMail,The token I
> think maybe carried through soap header,such as<mp:methodpolicy
> xmlns:mp="www.actionsoft.com.cn">a uuid</mp:methodpolicy>,is it
> feasible,how about define a policy descript the header?is it difficult in
> cxf?
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Custom-Special-Soap-Header-tp27752050p27779970.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to