On Dec 30, 2012, at 5:52 AM, kislaykishore <[email protected]> wrote:
> I am facing the same qualified vs unqualified issue. > I am trying to develop a java client to a CXF web service. The service is > using Aegis for databinding. > The client is honoring the namespaces for operations but the attributes in > the request are not qualified and hence the corresponding arguments are > received as nulls at the service end. Also, the service sends qualified > return values in response which the client is unable to understand. > Could someone please help me with this. You'll likely need to flip to JAXB instead of Aegis if you need unqualified schemas. Aegis only uses qualified schemas. Dan > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Webservice-client-sending-null-parameters-to-host-tp555284p5720866.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
