Hi, You can change the wsdl used for client side to make it use qualified name, you really should use same interface description between client and server. Or you can use cxf transform feature[1] which can change input/output message for you.
[1]http://cxf.apache.org/docs/transformationfeature.html ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 On 2013-1-3, at 上午3:09, kislaykishore wrote: > Thanks a lot for you reply. > > Choosing the aegis route will cause much pain. > Can't we modify the CXF client somehow to generate and receive qualified > attributes? > Should I use interceptors? > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Webservice-client-sending-null-parameters-to-host-tp555284p5720894.html > Sent from the cxf-user mailing list archive at Nabble.com.
