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 ch...@apache.org on 2006/11/07 09:40:25 UTC

svn commit: r472030 - /webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html

Author: chatra
Date: Tue Nov  7 00:40:24 2006
New Revision: 472030

URL: http://svn.apache.org/viewvc?view=rev&rev=472030
Log:
minor changes reflected on jira AXIS2-1621

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html?view=diff&rev=472030&r1=472029&r2=472030
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/soapmonitor-module.html Tue Nov  7 00:40:24 2006
@@ -4,8 +4,8 @@
   <meta http-equiv="content-type" content="">
   <title>The SOAP Monitor Module</title>
 </head>
-
 <body>
+
 <h1>Using the SOAP Monitor</h1>
 
 <p>Web service developers often have the need to see the SOAP messages being
@@ -33,7 +33,7 @@
 
 <p>The SOAP Monitor can be engaged by inserting the following in the
 axis2.xml file.</p>
-<source><pre>    &lt;module ref="soapmonitor"/&gt;</pre>
+<source><pre>   &lt;module ref="soapmonitor"/&gt;</pre>
 </source>
 <p>Then in the axis2.xml file define your phase orders for 'soapmonitorPhase'
 referenced in the module.xml of soapmonitor.mars. Below is an example which
@@ -50,17 +50,14 @@
                      class="org.apache.axis2.engine.AddressingBasedDispatcher"&gt;
                 &lt;order phase="Dispatch"/&gt;
             &lt;/handler&gt;
-
             &lt;handler name="RequestURIBasedDispatcher"
                      class="org.apache.axis2.engine.RequestURIBasedDispatcher"&gt;
                 &lt;order phase="Dispatch"/&gt;
             &lt;/handler&gt;
-
             &lt;handler name="SOAPActionBasedDispatcher"
                      class="org.apache.axis2.engine.SOAPActionBasedDispatcher"&gt;
                 &lt;order phase="Dispatch"/&gt;
             &lt;/handler&gt;
-
             &lt;handler name="SOAPMessageBodyBasedDispatcher"
                      class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher"&gt;
                 &lt;order phase="Dispatch"/&gt;
@@ -98,7 +95,7 @@
     &lt;/phaseOrder&gt;</pre>
 
 <p>To configure the servlet to communicate with the applet, add the following
-to web.xml (the SOAPMonitorPort is configurable) :</p>
+to web.xml (the SOAPMonitorPort is configurable): </p>
 <pre>    &lt;servlet&gt;
        &lt;servlet-name&gt;SOAPMonitorService&lt;/servlet-name&gt;
        &lt;display-name&gt;SOAPMonitorService&lt;/display-name&gt;
@@ -129,9 +126,10 @@
 classes as axis2/SOAPMonitorApplet*.class/WEB-INF.  </p>
 
 <p>Using a Web browser, go to http[s]://host[:port][/webapp]/SOAPMonitor
-(e.g. http://localhost:8080/axis2/SOAPMonitor) substituting the correct
+(e.g.http://localhost:8080/axis2/SOAPMonitor) substituting the correct
 values for your Web application. This will show the SOAP Monitor applet for
 viewing service requests and responses. Any requests to services that have
 been configured and deployed correctly should show up in the applet.</p>
+
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org