[jboss-user] [JBossWS] - Re: JAXBDeserializer unmarshalling

heiko.braun@jboss.com do-not-reply at jboss.com
Wed Nov 8 05:51:07 EST 2006


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#3984061

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984061



More information about the jboss-user mailing list