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 de...@apache.org on 2005/06/06 12:36:21 UTC

svn commit: r180288 - /webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp

Author: deepal
Date: Mon Jun  6 03:36:18 2005
New Revision: 180288

URL: http://svn.apache.org/viewcvs?rev=180288&view=rev
Log:
fixed a bug

Modified:
    webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp

Modified: webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp?rev=180288&r1=180287&r2=180288&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp (original)
+++ webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp Mon Jun  6 03:36:18 2005
@@ -48,7 +48,7 @@
     int lastindex = IP.lastIndexOf('/');
     IP = IP.substring(0,lastindex);
     targetEPR = new EndpointReference(AddressingConstants.WSA_TO,
-                    IP + "/axis2/services/echo/echoOMElement");
+                    IP + "/services/echo/echoOMElement");
 %>
 <%!
     /*