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 14:01:39 UTC

svn commit: r180301 - in /webservices/axis/trunk/java/modules/core: html/HappyAxis.jsp samples/deployment/echo/META-INF/service.xml

Author: deepal
Date: Mon Jun  6 05:01:39 2005
New Revision: 180301

URL: http://svn.apache.org/viewcvs?rev=180301&view=rev
Log:
Changed echo service into versionning service

Modified:
    webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp
    webservices/axis/trunk/java/modules/core/samples/deployment/echo/META-INF/service.xml

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=180301&r1=180300&r2=180301&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp (original)
+++ webservices/axis/trunk/java/modules/core/html/HappyAxis.jsp Mon Jun  6 05:01:39 2005
@@ -48,7 +48,7 @@
     int lastindex = IP.lastIndexOf('/');
     IP = IP.substring(0,lastindex);
     targetEPR = new EndpointReference(AddressingConstants.WSA_TO,
-                    IP + "/services/echo/echoOMElement");
+                    IP + "/services/axisversion/echoOMElement");
 %>
 <%!
     /*
@@ -331,7 +331,7 @@
         OMNamespace omNs = fac.createOMNamespace("http://localhost/my", "my");
         OMElement method = fac.createOMElement("echoOMElement", omNs);
         OMElement value = fac.createOMElement("myValue", omNs);
-        value.addChild(fac.createText(value, "Hello I am Axis2 Echo service !! "));
+        value.addChild(fac.createText(value, "Hello I am Axis2 versionning service , My version is Axis2 M2 !! "));
         method.addChild(value);
 
         return method;

Modified: webservices/axis/trunk/java/modules/core/samples/deployment/echo/META-INF/service.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/samples/deployment/echo/META-INF/service.xml?rev=180301&r1=180300&r2=180301&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/samples/deployment/echo/META-INF/service.xml (original)
+++ webservices/axis/trunk/java/modules/core/samples/deployment/echo/META-INF/service.xml Mon Jun  6 05:01:39 2005
@@ -1,4 +1,4 @@
-<service name="">
+<service name="axisversion">
         <description>
            This service echo the given input , and this was developed to text the axis system working
             correctly