Hi,

I've written a proxy client for my xfire server and almost everything
is running fine, except for a parameter that is a JAXB type that is
being received with null attributes, even though they were set before
invoking hte service.

I have a List (java.util) of these JAXB types being passed to the
service, and I create a new JAXB type, set the attributes, add it to
the list and pass it to the client proxy. I can verify the correct
method is being called, and both the List and the JAXB object are
being created, but the JAXB object has all its attributes set to null.

What is more weird is that I pass two Strings on the same method, and
they are being received correctly.

Can anyone help me?

Thanks

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to