[jboss-user] [JBoss Web Services Users] - Re: regarding message types in bottom-up service generation

PeterJ do-not-reply at jboss.com
Sat Aug 29 11:51:44 EDT 2009


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

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



More information about the jboss-user mailing list