Hello,
when exposing an application service as a web service the following annotations are generated:
@javax.jws.soap.SOAPBinding(style=javax.jws.soap.SOAPBinding.Style.RPC ...)
I need
SOAPBinding.Style.DOCUMENT
though. When I change this manually inside the implementation-class it gets overridden each time I have to generate the application again.
Is their a place to configure which binding-style ce uses?
Many thanks in advance!