SoapRMI 1.1 README http://www.extreme.indiana.edu/soap ----------------------------------------------------------- For SoapRMI-C++ please read the README in xsoap/src/cpp ----------------------------------------------------------- SOAPRMI-Java Before staring make sure that your path contains required JDK 1.3: java -version On Windows use make.bat, test.bat and run.bat but on UNIX make.sh, test.sh and run.sh. They will be called simply "make", "test" and "run" scripts. To build this package: make all To run unit tests: (it should finish with all test status OK) test To run hello SoapRMI example: in separate window start registry: run registry [portregistry] in separate window start server: run hello_server [hostregistry [portregistry]] in separate window start client: run hello_client [hostregistry [portregistry]] To run hello example in Tomcat: prepare webapps: make webapps that created build/webapps/soaprmi that needs to be added to server.xml: and you can check example opeining http://localhost:8080/soaprmi/ (tomcat location) To run counter SoapRMI example: in separate window start server: run counter_server [port] in separate window start client: run counter_client [http://host:port/[service-name]] To run pingpong SoapRMI example: in separate window start registry: run registry [portregistry] in separate window start server: run ping_server [hostregistry [portregistry]] in separate window start client: run ping_client [hostregistry [portregistry]] To run allTypes SoapRMI example: in separate window start registry: run registry [portregistry] in separate window start server: run at_server [hostregistry [portregistry]] in separate window start client: run at_client [hostregistry [portregistry]] To run simple Instant Messenger (IM) example: you need to build IM example (it is not build by default) make im in separate window start IM server: run im_server in separate windows start IM clients: (available usersName/password are: u1/p1, u2/p2 and u3/p3) run im_client [userName/password [serverURL] ] and IM client will see text events that IM server is sending To run JNDI example please see src/java/samples/jndi/README.txt To run PullParser example: to run xpp unit test run xpp_test to run Simple XML Toknizer example: -a = all tokens, -t = trace run sxtcount [-a] [-t] [filename.xml] to run XML Pull Parser example: -n = enable namespaces, -t = trace run xppcount [-n] [-t] [filename.xml] Aleksander Slominski IU Extreme! Computing Lab http://www.extreme.indiana.edu/soap For bug reports please use mailing list mailto:soaprmi@extreme.indiana.edu To subscribe and to see archives use http://mailman.cs.indiana.edu/mailman/listinfo/soaprmi/