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 bu...@apache.org on 2001/10/26 12:58:18 UTC

cvs commit: xml-axis/java/samples/addr Main.java

butek       01/10/26 03:58:18

  Modified:    java/samples/addr Main.java
  Log:
  Add import test.  Fix emitter and build files to make it work.
  
  Revision  Changes    Path
  1.12      +1 -1      xml-axis/java/samples/addr/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/addr/Main.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Main.java	2001/10/20 08:49:49	1.11
  +++ Main.java	2001/10/26 10:58:18	1.12
  @@ -114,7 +114,7 @@
           System.err.println ("Using proxy without session maintenance.");
   
           AddressBookService abs = new AddressBookService();
  -        opts.setDefaultURL( abs.getAddress() );
  +        opts.setDefaultURL( abs.getAddressBookAddress() );
           URL serviceURL = new URL(opts.getURL());
   
           AddressBook ab1 = null;