[jboss-user] [JBoss Web Services] - Re: javax.xml.bind.UnmarshalException: unexpected element?

Joseph Hwang do-not-reply at jboss.com
Fri Jun 3 00:13:58 EDT 2011


Joseph Hwang [http://community.jboss.org/people/aupres] created the discussion

"Re: javax.xml.bind.UnmarshalException: unexpected element?"

To view the discussion, visit: http://community.jboss.org/message/608450#608450

--------------------------------------------------------------
I found the reason. This message is the element does not need any namespace. For example,
<ns1:arg0>aaa</ns1:arg0> brings this kind of exception. so to solve this exception is removing namespace.
<args0>aaa</arg0>

i hope this might be helpful

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/608450#608450]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110603/40b80337/attachment.html 


More information about the jboss-user mailing list