How does the WSDL for the service describe this item?

On Sun, Sep 27, 2009 at 2:07 PM, Eugène Stassen <[email protected]>wrote:

>
> Hello,
>
> I have to call methods localized on a distant server. I can choose the API
> for the communication. I followed a tutorial on the CXF site (
> http://cxf.apache.org/docs/a-simple-jax-ws-service.html
> http://cxf.apache.org/docs/a-simple-jax-ws-service.html ) and it works
> very
> well. Unfortunately, one of my object has a member variable like this :
>
> class MyObject
> {
>    org.joda.time.DateTime date;
> }
>
> When I look for the xml messages, the date field is transformed to this :
> "<date />". I can't find the way to do the change xml <-> java myself. Is
> there an easy way to do this (for example with annotations) ?
>
> I precise that I don't use Spring or other things like that, juste what it
> is said in the tutorial. And I am a noob in java entreprise applications.
>
> Thanks !
>
> Eugène Stassen
> --
> View this message in context:
> http://www.nabble.com/Jax-Ws-and-org.joda.time.DateTime---tp25635981p25635981.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>

Reply via email to