It depends on how Castor is serializing your objects. If Castor
converts your objects into reasonably straightforward XML schema
structures, it should work. What you don't want to do is use SOAP
encoding to serialize the objects, because it has a tendency to
produce XML that can't be easily processed by non-Java applications.

Anne

On 12/11/06, Melanie Courtot <[EMAIL PROTECTED]> wrote:
Hi,

I'm fairly new at webservices, and I've been developing a webservice based
on axis 1.4.
To send back complex objects that I already had I'm using the castor
serializer.
I was wondering if some of my clients don't use java to access my
webservices if it was still possible for them to get the XML?
Dose somebody have a basic example?

I found this on the web:
http://mail-archives.apache.org/mod_mbox/ws-axis-user/200407.mbox/[EMAIL 
PROTECTED]
Does this means that I have to modify my methods to send back basic types?

Thanks for any help,
Melanie



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to