You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/03/11 23:07:18 UTC

cvs commit: xml-axis/java/samples/addr readme

rsitze      02/03/11 14:07:18

  Modified:    java/samples/addr readme
  Log:
  reformatted
  
  Revision  Changes    Path
  1.7       +15 -6     xml-axis/java/samples/addr/readme
  
  Index: readme
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/addr/readme,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- readme	19 Feb 2002 17:38:18 -0000	1.6
  +++ readme	11 Mar 2002 22:07:18 -0000	1.7
  @@ -1,6 +1,10 @@
  -The address book sample requires that you generate the Java bindings from the AddressBook.wsdl file.
  +The address book sample requires that you generate the Java bindings from
  +the AddressBook.wsdl file.
   
  -First, set up the CLASSPATH.  It must contain an XML parser (ie., xerces.jar); all the jars in the lib directory:  axis.jar, clutil.jar, commons-logging.jar, log4j-core.jar, and wsdl4j.jar; and the directory containing the samples subdirectory.
  +First, set up the CLASSPATH.  It must contain an XML parser (ie., xerces.jar);
  +all the jars in the lib directory:  axis.jar, clutil.jar, commons-logging.jar,
  +log4j-core.jar, and wsdl4j.jar; and the directory containing the samples
  +subdirectory.
   
   Now change directory to the directory that contains the samples subdirectory.
   
  @@ -8,14 +12,19 @@
   
   java org.apache.axis.wsdl.WSDL2Java -s -d Session -Nurn:AddressFetcher2=samples.addr samples\addr\AddressBook.wsdl 
   
  -This will generate all the bindings, both client-side and server-side, into the samples/addre subdirectory.
  +This will generate all the bindings, both client-side and server-side,
  +into the samples/addre subdirectory.
   
  -Now you can change directory to samples/addr and compile the sample.  BUT FIRST, this sample depends on junit, so you have to get junit.jar (www.junit.org) and add it to your CLASSPATH.  THEN you can compile:
  +Now you can change directory to samples/addr and compile the sample.
  +BUT FIRST, this sample depends on junit, so you have to get junit.jar
  +(www.junit.org) and add it to your CLASSPATH.  THEN you can compile:
   
   javac *.java
   
  -To run the sample, you will first need to run a server.  To run a very simple server you could run, in a separate window:
  +To run the sample, you will first need to run a server.  To run a very simple server you could run,
  +in a separate window:
   
   java org.apache.axis.transport.http.SimpleAxisServer -p 8080
   
  -Finally, to run the client, simple run testit.sh or testit.cmd, depending on your platform.
  +Finally, to run the client, simple run testit.sh or testit.cmd,
  +depending on your platform.