Re: Use JAXB generated class as JAX-WS request parameter

2008-08-21 Thread Daniel Kulp
JAX-WS uses the JAXB beans as parameters in it's normal case. Thus, they should just work. The only real issue I can think of is if the beans you have are anonymous types of a global element and the service is wrapped mode (the default). In that case, the wrapper type that CXF creates is

Re: Use JAXB generated class as JAX-WS request parameter

2008-08-20 Thread rde8026
-- View this message in context: http://www.nabble.com/Use-JAXB-generated-class-as-JAX-WS-request-parameter-tp19032084p19081266.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Use JAXB generated class as JAX-WS request parameter

2008-08-18 Thread rde8026
. -- View this message in context: http://www.nabble.com/Use-JAXB-generated-class-as-JAX-WS-request-parameter-tp19032084p19032084.html Sent from the OpenEJB User mailing list archive at Nabble.com.