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 2006/05/03 15:47:06 UTC

svn commit: r399305 - /webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp

Author: deepal
Date: Wed May  3 06:47:04 2006
New Revision: 399305

URL: http://svn.apache.org/viewcvs?rev=399305&view=rev
Log:
fixing happy axis problem

Modified:
    webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp

Modified: webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp?rev=399305&r1=399304&r2=399305&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp (original)
+++ webservices/axis2/trunk/java/modules/webapp/HappyAxis.jsp Wed May  3 06:47:04 2006
@@ -335,7 +335,7 @@
 
     private OMElement createEnvelope() {
         OMFactory fac = OMAbstractFactory.getOMFactory();
-        OMNamespace omNs = fac.createOMNamespace("http://org.apache.axis2/xsd", "ns1");
+        OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample/xsd", "ns1");
         OMElement method = fac.createOMElement("getVersion", omNs);
         OMElement value = fac.createOMElement("myValue", omNs);
         method.addChild(value);
@@ -444,14 +444,14 @@
     web axisService will work, because there are many configuration options that we do
     not check for. These tests are <i>necessary</i> but not <i>sufficient</i>
 
-<h2>Examining echo axisService</h2>
+<h2>Examining Version axisService</h2>
 <%
     boolean serviceStatus = inVokeTheService();
     if (serviceStatus) {
 %>
 <p>
     <font color="blue">
-        Found the Axis2 default Version axisService and Axis2 is working properly.Now you can drop a
+        Found the Axis2 default Version service and Axis2 is working properly.Now you can drop a
         web axisService in
         axis2/WEB-INF/services and refresh this page.
 
@@ -464,10 +464,8 @@
 } else {
 %>
 <p>
-    <font color="brown">
-        You can test the deployement functionality by uploading the echo axisService jar, which can
-        be found in the
-        samples directory of the axis distribution.
+    <font color="brown"> There was a problem of examine Version service , may be the service not available or some thing has gone wrong. But this does not mean system does not working !
+           Try to upload a some other service and check to see whether it is working.
         <br>
     </font>
 </p>