Hi all,

i configure mu CXF with soap binding :

        <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />

this should add the needed interceptor for MustUnderstand check.
But if i send i message like this:

     [java] <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     [java]     <soapenv:Header>
     [java]     <ciao soapenv:actor="http://www.prova.it";
soapenv:mustUnderstand="1" >prova</ciao>
     [java]     <ciao2 soapenv:mustUnderstand="1" >prova2</ciao2>
     [java]     </soapenv:Header>
     [java]     <soapenv:Body>
     [java]     <bo><si>234</si></bo>
     [java]     </soapenv:Body>
     [java]     </soapenv:Envelope>

to a simple echo service no MustUnderstood exception is raised..

What i missed??

After that, what i have to do in a jaxws handler to set an header as
understood ?


Thx for any help,
/Lorenzo

-- 
View this message in context: 
http://www.nabble.com/SOAPHeader-and-MustUnderstand-tp15269063p15269063.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to