Skip to Content
0
Former Member
Jun 25, 2008 at 07:49 AM

SOAP binding-style in application services exposed as web service

57 Views

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!