The first is the data marshaled to XML in the TestServiceImpl on the server 
side.

The second is the data returned from the webservice invocation via the JAX-WS 
client (generated from the WSDL) marshaled to XML on the client side.

-----Original Message-----
From: Scott Kurz [mailto:scottk...@gmail.com] 
Sent: Tuesday, September 01, 2009 09:51
To: user@tuscany.apache.org
Subject: Re: Issue using JAXB generated classes in SCA remotable service

Chad,

I'm confused about your two checkpoints:

1) the data on the server side before it's returned to the client:

2) And here is what the client receives:

Could you be more precise about exactly where 1) and 2) are in the
flow?   Are you saying 1) is the printout you do in the service impl
and then 2) is the data on the http wire?   In that case, then 2) is
also the format of the data on the service side after it has been
serialized as a response to go back over binding.ws.

Or is it something else?

Thanks

Reply via email to