1. I’m trying to port the WS code from XFire to CXF (version 2.2.5) 2. listDomains is a method defined with no parameters in the WSDL: <xsd:element name="listDomains"> <xsd:complexType/> </xsd:element> 3. I used a SOAP::Lite::VERSION: 0.69 client 4. The client sends such a kind of SOAP message: <soap:Body> <listDomains xmlns="http://www.ebi.ac.uk/EBISearchService" xsi:nil="true" /> </soap:Body> 5. The CXF server throws this exception: <faultstring>null while invoking public … listDomains() throws java.rmi.RemoteException with params [null].
I can’t change the client. Is there any sensible way to make CXF ignore that xsi:nil="true" problem? Regards, Silvano -- View this message in context: http://old.nabble.com/CXF-complains-about-xsi%3Anil%3D%22true%22-for-a-method-with-no-parameters.-tp26608919p26608919.html Sent from the cxf-user mailing list archive at Nabble.com.
