[SoapRMI] Re: soaprmi questions

Aleksander Slominski aslom_at_cs.indiana.edu
Mon, 24 Jun 2002 20:32:45 -0400


Lu Dai wrote:

> Can you tell me a little bit how these
> directories architectured? I mean, taking
> a close look, I didn't see much of source
> codes, specially I didn't see which one
> is using SOAP. There are a lots of empty
> directories.

hi,

that is a problem with CVS that it will show you some of
old directories tat were already deleted as empty, please
run cvs update -dP to leave only current directories.

all of SOAP related source (encoding etc.) is in

    src/java/soaprmi/soap

and SOAP-RPC implementation (including RMI API) is in

  src/java/soaprmi/soaprpc

please take a look on samples (especially src/java/samples/hello)
and follow instruction on how to run from doc/ directory.

best,

alek
.