Where are you getting the requirement that the response be named 'Response', as opposed to, say, OpNameResponse?
Aside from that, I think that what you are asking for is the default behavior of JAX-WS + JAXB. > -----Original Message----- > From: cunparis [mailto:[EMAIL PROTECTED] > Sent: Monday, October 15, 2007 9:02 AM > To: [email protected] > Subject: JSR 181 & Document literal wrapped > > > I'd like to use JSR 181 to expose a class as a web service using document > literal wrapped encoding. In DLW each operation must have one parameter > with the same name as the operation, and the return object has the same > name > + Response. I'm curious if I have to follow these standards in Java when > I > design the interfaces or if I can just make normal java methods and have > JSR > 181 generate the service DLW? > > Anyone tried this? > > > -- > View this message in context: http://www.nabble.com/JSR-181---Document- > literal-wrapped-tf4627235.html#a13212227 > Sent from the cxf-user mailing list archive at Nabble.com.
