Attribute binding with Aegis in Xfire
Hi,
I'm currently trying to bind the incoming xml to my Java object in my web service. I have the ClassName.aegis.xml in the classpath. Now I'm facing problems with binding the 'attribute' in the request xml with the Java object.
The attribute binds well when I prefix a namespace to it. When the prefix is removed, only the elements are bound and not the attributes.
Has anybody come across this problem?