Adding namespace to property solved the problem:
| @XmlElement(namespace="http://localhost:8081/jaxrpc/axis/AccountService")
| public String getUsername() {
| return username;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984118#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...