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#3984118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984118 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
