For now, I'm just able to send Java Objects.

--- Ludovic BERTIN <[EMAIL PROTECTED]> wrote:
> It seems to be java restricted. How doas it work, if
> client is in C++ ?
> 
> Ludovic
> 
> -----Message d'origine-----
> De : Oleg Dulin [mailto:[EMAIL PROTECTED]]
> Envoy� : mercredi 25 juillet 2001 16:27
> � : Gordon Easton; [EMAIL PROTECTED]
> Objet : Re: Little Help Sending Objects
> 
> 
> You could use URLClassLoader and keep classfiles on
> the web server.
> 
> >---- Original Message ---
> >From: Gordon Easton <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Cc: 
> >Subject: Little Help Sending Objects
> >
> >Hi All,
> >
> >I've been working on a serializer/deserializer that
> >will let me return arbitrary Java Objects using
> SOAP.
> >I having it working. It's pretty cool to get an
> object
> >returned from across the net.  
> >The only problem is that the client needs to have
> >access to the specific Class definition being
> returned
> >so that the returned Object can be cast properly. 
> If
> >there was a way for the client to get the Class
> >definition from the web service that will be
> returning
> >the Object the client would not need the class
> >definition.  Does anyone know how I could do this?
> >I vaguely remember this being done using CORBA, but
> >that was a while ago.
> >
> >Thanks for any thoughts.
> >
> >
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> >http://phonecard.yahoo.com/
> >
> >


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to