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 2004/10/05 15:33:58 UTC

cvs commit: ws-axis/java/samples/jaxm DelayedStockQuote.java

dims        2004/10/05 06:33:58

  Modified:    java/samples/jaxm DelayedStockQuote.java
  Log:
  Fix from Peter Smith (http://marc.theaimsgroup.com/?l=axis-user&m=109659451512391&w=2) for DelayedStockQuote failure.
  
  Revision  Changes    Path
  1.6       +1 -1      ws-axis/java/samples/jaxm/DelayedStockQuote.java
  
  Index: DelayedStockQuote.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/samples/jaxm/DelayedStockQuote.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DelayedStockQuote.java	25 Feb 2004 14:02:23 -0000	1.5
  +++ DelayedStockQuote.java	5 Oct 2004 13:33:58 -0000	1.6
  @@ -57,7 +57,7 @@
           SOAPElement symbol = gltp.addChildElement(name);
           symbol.addTextNode(tickerSymbol);
   
  -        URLEndpoint endpoint = new URLEndpoint("http://66.28.98.121:9090/soap");
  +        URLEndpoint endpoint = new URLEndpoint("http://64.124.140.30/soap");
           SOAPMessage response = con.call(message, endpoint);
           con.close();