Hi Aki, thanks, Tried your suggestion in my soapUI mock but not successful. Not sure if this issue related to CXF, but same wsdl works with old xFire client.
Few more info. when i debug it goes still DynamicClientFactory.java Line#318 addSchemas(compiler.getOptions(), compiler, svc.getServiceInfos(), schemas); after that in XmlSchemaSerializer -> serializeAttribute method it throws DOMException when it tries to set attribute with null namespace. attribute.setAttributeNS(null, nodeName, value); for the element xmlns:xs="http://www.w3.org/2001/XMLSchema" I am really clueless since the wsdl is auto generated from some .Net tool. If these description gives any clue on the issue cause please share. Regards, Neela -- View this message in context: http://cxf.547215.n5.nabble.com/NAMESPACE-ERR-with-DynamicClientFactory-createClient-tp5744708p5744833.html Sent from the cxf-user mailing list archive at Nabble.com.
