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 di...@apache.org on 2003/12/08 20:20:15 UTC

cvs commit: ws-axis/java/samples/math MathService.cs

dims        2003/12/08 11:20:15

  Modified:    java/samples/math MathService.cs
  Log:
  Use localhost instead of a hardcoded ip.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/java/samples/math/MathService.cs
  
  Index: MathService.cs
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/samples/math/MathService.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MathService.cs	28 Jul 2003 16:31:04 -0000	1.1
  +++ MathService.cs	8 Dec 2003 19:20:15 -0000	1.2
  @@ -27,7 +27,7 @@
       
       /// <remarks/>
       public MathService() {
  -        this.Url = "http://172.16.17.142:8080/axis/services/Math";
  +        this.Url = "http://localhost:8080/axis/services/Math";
       }
       
       /// <remarks/>