On Aug 18, 2008, at 6:45 AM, rde8026 wrote:
I'm running into an issue when trying to use a JAXB generated class
as input
into my @WebMethod. Basically I have an XSD that is generated via
JAXB and
I want to use that generated class as the input parameter into my
JAX-WS web
service. I know JAX-WS uses JAXB to generate the necessary objects
for the
request and response parameters. My question is basically does
anyone know
if this is possible or do I need to generate some POJO to assign as
the
request object and let JAX-WS do it's thing then map that bean to the
existing JAXB class I have generated?
Not too sure. Cc'ing the CXF list as hopefully Dan and company will
have a better idea.
Let's hope they're a little quicker at responding than I was -- sorry
for the delay on such a simple response.
-David