Re: Web service style/use

2011-09-01 Thread Raj Floyd
Thanks All. On Thu, Sep 1, 2011 at 1:55 AM, Daniel Kulp wrote: > On Wednesday, August 31, 2011 9:18:59 PM David Karlsen wrote: > > Bah - rpc/encoded > > Den 31. aug. 2011 21:18 skrev "David Karlsen" > > > > følgende: > > > But not tøv/encoded? Thursting to kick out axis1... > > Nope. Pretty mu

Re: Web service style/use

2011-08-31 Thread Daniel Kulp
On Wednesday, August 31, 2011 9:18:59 PM David Karlsen wrote: > Bah - rpc/encoded > Den 31. aug. 2011 21:18 skrev "David Karlsen" > > følgende: > > But not tøv/encoded? Thursting to kick out axis1... Nope. Pretty much nothing even semi-modern supports rpc/encoded anymore. There was SOME work

Re: Web service style/use

2011-08-31 Thread David Karlsen
Bah - rpc/encoded Den 31. aug. 2011 21:18 skrev "David Karlsen" følgende: > But not tøv/encoded? Thursting to kick out axis1... > Den 31. aug. 2011 17:22 skrev "Daniel Kulp" følgende: >> On Wednesday, August 31, 2011 6:21:17 PM Raj Floyd wrote: >>> Hi, >>> >>> It seems CXF uses document/literal b

Re: Web service style/use

2011-08-31 Thread David Karlsen
But not tøv/encoded? Thursting to kick out axis1... Den 31. aug. 2011 17:22 skrev "Daniel Kulp" følgende: > On Wednesday, August 31, 2011 6:21:17 PM Raj Floyd wrote: >> Hi, >> >> It seems CXF uses document/literal by default. Is there any other style/use >> that CXF offers? If so, what is the api?

Re: Web service style/use

2011-08-31 Thread Daniel Kulp
On Wednesday, August 31, 2011 6:21:17 PM Raj Floyd wrote: > Hi, > > It seems CXF uses document/literal by default. Is there any other style/use > that CXF offers? If so, what is the api? CXF also supports rpc/literal as well. It's not used that often though. - Daniel Kulp dk...@apache.org htt

RE: Web service style/use

2011-08-31 Thread David Sills
See the SOAPBinding class-level annotation, example: @SOAPBinding(parameterStyle = ParameterStyle.WRAPPED, style = Style.DOCUMENT, use = Use.LITERAL) -Original Message- From: Raj Floyd [mailto:rajfl...@gmail.com] Sent: Wednesday, August 31, 2011 8:51 AM To: users@cxf.apache.org Subject: