You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Monika Gorkani <mg...@us.ibm.com> on 2003/10/20 23:47:34 UTC

wsdl2java seems to ignore referenced attributes

in my schema file i have an attribute which references another attribute 
from another namespace
<attribute ref="foo:anotherAttribute" />. The generated class does not 
have any fields called anotherAttribute. This appears to me to be a bug. 
Has anyone else ran into this. Btw, my wsdl is using doc/literal.

m.