You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Boris Mikhalevsky <bo...@marchFIRST.com> on 2000/10/11 23:25:08 UTC

SOAP installation

Sorry for the basic question, I am new in SOAP.
I try to install Apache-SOAP and run samples but I am missing SOAP RPC
router. How can I get it?

Thanks,
Boris

-----Original Message-----
From: Eric M. Dashofy [mailto:edashofy@ics.uci.edu]
Sent: Wednesday, October 11, 2000 3:50 PM
To: soap-user@xml.apache.org
Subject: RE: Object serialization



Hi guys:

I realize that I sound like a broken record with a sales pitch, but...

My Hermit libraries have an Apache-SOAP compatible ObjectSerializer that can
_truly_ serialize & deserialize arbitrary Java objects if you add one
'implements ...' interface to your class and three lines of boilerplate
code...

Download it free at:

http://www.ics.uci.edu/~edashofy/index-research.html

Thanks!
-----
  Eric M. Dashofy <ed...@ics.uci.edu>
  Graduate Student Researcher, Information & Computer Science
  University of California, Irvine
  http://www.ics.uci.edu/~edashofy

-----Original Message-----
From: Lakshmanan, Srikrishnan [mailto:LakshmaS@kochind.com]
Sent: Wednesday, October 11, 2000 1:34 PM
To: 'soap-user@xml.apache.org'
Subject: RE: Object serialization


The beanserializer can serialize arbitrary class definitions , but you must
use it in the deserialization at the client too . Which means client and
server must both have the class definition in view , for complex UDTs. Let's
see if they implement the wsdl into Apache SOAP and what gives us.

Sri


> -----Original Message-----
> From:	Stephan Cleaves [SMTP:scleaves@kana.com]
> Sent:	Wednesday,October 11,2000 3:27 PM
> To:	'soap-user@xml.apache.org'
> Subject:	RE: Object serialization
>
>
>
> -----Original Message-----
> From: Merdes, Matthias [mailto:Matthias_Merdes@med.uni-heidelberg.de]
> Sent: Wednesday, October 11, 2000 9:08 AM
> To: 'soap-user@xml.apache.org'
> Subject: AW: Object serialization
>
>
> should be possible if you use java1.2.2 or higher.
>
> at http://xml.apache.org/soap/features.html
> it says:
>
> "XMI encoding (available when using Java 1.2.2) supports automatic
> marshalling and unmarshalling of arbitrary objects"
>
> but don't ask me how...
>
> regards matthias
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: James McCauley [mailto:james.mccauley@ebookers.com]
> Gesendet am: Mittwoch, 11. Oktober 2000 15:07
> An: soap-user@xml.apache.org
> Betreff: Object serialization
>
> Is it possible to serialize/deserialize ANY objects using XMI encoding? I
> have
> several objects with often quite deep nested structures and am wondering
> whether I need to write specific code to acheive this.
> Any help appreciated greatly