The XMLRootElement is not name space qualified. Try adding the NS to it:
| @XmlRootElement(name = "createAccountReturn",
namespace="http://localhost:8080/jaxrpc/axis/AccountService")
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984061#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...