[jboss-user] [JBossWS] - Re: JAXBDeserializer unmarshalling
alesj
do-not-reply at jboss.com
Wed Nov 8 07:56:33 EST 2006
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
More information about the jboss-user
mailing list