Try adding this annotation to your class:
import javax.jws.soap.SOAPBinding;
...
@SOAPBinding(style=SOAPBinding.Style.RPC)
By default, the DOC binding style is used which yields complex types. The RPC style should
yield simple types.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252450#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...