Ok, i have switched to 2.0.9.
But now - when i use code in line 76 - i mean CachingXmlEventWriter - i get
invalid response text:
previously i get response from function with result List<Long>  like that:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Body>
<ns1:getUserRolesResponse
xmlns:ns1="http://ws.pc2.takecharge.com/";></ns1:getUserRolesResponse></soap:Body>
</soap:Envelope>

But now i receive 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Body>
<ns1:getUserRolesResponse xmlns:ns1="http://ws.pc2.takecharge.com/"; />
</soap:Body>
</soap:Envelope>

That result in NULL result, instead of empty list.
Any suggestions?


dkulp wrote:
> 
> 
> Probably not.   I think the buffering for validation was added for 2.0.8, 
> maybe 2.0.7.
> 
> Dan
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Exception-while-marshalling-tp20836363p21038233.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to