Hi Neela, do you have a test program to reproduce the described problem? I just fed your WSDL with its missing schemaLocation set to a simple client and I am not seeing the problem that you describe.
By the way, have you opened a ticket for the other issue that you mentioned about a week ago (the NPE issue for an RPC styled call with a simple type interface). I haven't seen one and that issue is still unresolved. If you have opened one, let me know. Otherwise, I will open one sometime today to resolve that issue. regards, aki 2014-06-06 16:51 GMT+02:00 neela <[email protected]>: > 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.
