JBoss Community

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

created by Joseph Hwang in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community