You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/07/07 06:47:20 UTC

svn commit: r674398 [2/3] - in /synapse/trunk/java: modules/core/src/test/java/org/apache/synapse/config/xml/ modules/core/src/test/resources/ modules/samples/services/FastStockQuoteService/wsdl/ modules/samples/services/ReliableStockQuoteService/wsdl/...

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_371.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_371.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_371.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_371.xml Sun Jul  6 21:47:16 2008
@@ -80,7 +80,7 @@
                     </log>
                     <send>
                         <endpoint>
-                            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                            <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                         </endpoint>
                     </send>
                 </onAccept>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_372.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_372.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_372.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_372.xml Sun Jul  6 21:47:16 2008
@@ -33,7 +33,7 @@
         </log>
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
             </endpoint>
         </send>
     </sequence>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_380.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_380.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_380.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_380.xml Sun Jul  6 21:47:16 2008
@@ -32,7 +32,7 @@
         <in>
             <send>
                 <endpoint name="stockquote">
-                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_390.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_390.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_390.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_390.xml Sun Jul  6 21:47:16 2008
@@ -38,7 +38,7 @@
                 </xquery>
                 <send>
                     <endpoint>
-                        <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                        <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                     </endpoint>
                 </send>
             </inSequence>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_391.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_391.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_391.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_391.xml Sun Jul  6 21:47:16 2008
@@ -33,7 +33,7 @@
             <inSequence>
                 <send>
                     <endpoint>
-                        <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                        <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                     </endpoint>
                 </send>
             </inSequence>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml Sun Jul  6 21:47:16 2008
@@ -43,7 +43,7 @@
             <switch source="//m0:getQuote/m0:request/m0:symbol" xmlns:m0="http://services.samples/xsd">
                 <case regex="IBM">
                     <send>
-                        <endpoint><address uri="http://localhost:9000/soap/SimpleStockQuoteService"/></endpoint>
+                        <endpoint><address uri="http://localhost:9000/services/SimpleStockQuoteService"/></endpoint>
                     </send>
                 </case>
                 <case regex="MSFT">

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml Sun Jul  6 21:47:16 2008
@@ -31,7 +31,7 @@
                             <send>
                                 <endpoint>
                                     <address
-                                        uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                                        uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                                 </endpoint>
                             </send>
                         </sequence>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_420.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_420.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_420.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_420.xml Sun Jul  6 21:47:16 2008
@@ -26,7 +26,7 @@
         </cache>
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+                <address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
             </endpoint>
         </send>
     </in>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_430.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_430.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_430.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_430.xml Sun Jul  6 21:47:16 2008
@@ -19,7 +19,7 @@
 
 <!-- Simple callout  mediator -->
 <definitions xmlns="http://ws.apache.org/ns/synapse">
-    <callout serviceURL="http://localhost:9000/soap/SimpleStockQuoteService"
+    <callout serviceURL="http://localhost:9000/services/SimpleStockQuoteService"
              action="urn:getQuote">
         <source xmlns:s11="http://schemas.xmlsoap.org/soap/envelope/"
                 xmlns:s12="http://www.w3.org/2003/05/soap-envelope"

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml Sun Jul  6 21:47:16 2008
@@ -34,12 +34,12 @@
                     xmlns:m0="http://services.samples/xsd">
                 <case regex="MSFT">
                     <send>
-                        <endpoint><address uri="http://bogus:9000/soap/NonExistentStockQuoteService"/></endpoint>
+                        <endpoint><address uri="http://bogus:9000/services/NonExistentStockQuoteService"/></endpoint>
                     </send>
                 </case>
                 <case regex="SUN">
                     <send>
-                        <endpoint><address uri="http://localhost:9009/soap/NonExistentStockQuoteService"/></endpoint>
+                        <endpoint><address uri="http://localhost:9009/services/NonExistentStockQuoteService"/></endpoint>
                     </send>
                 </case>
             </switch>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml Sun Jul  6 21:47:16 2008
@@ -23,7 +23,7 @@
     <filter source="get-property('To')" regex=".*/StockQuote.*">
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/soap/SimpleStockQuoteService" format="soap11"/>
+                <address uri="http://localhost:9000/services/SimpleStockQuoteService" format="soap11"/>
             </endpoint>
         </send>
         <drop/>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_51.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_51.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_51.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_51.xml Sun Jul  6 21:47:16 2008
@@ -24,7 +24,7 @@
             <property name="example" value="mtom"/>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/soap/MTOMSwASampleService" optimize="mtom"/>
+                    <address uri="http://localhost:9000/services/MTOMSwASampleService" optimize="mtom"/>
                 </endpoint>
             </send>
         </filter>
@@ -32,7 +32,7 @@
             <property name="example" value="swa"/>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/soap/MTOMSwASampleService" optimize="swa"/>
+                    <address uri="http://localhost:9000/services/MTOMSwASampleService" optimize="swa"/>
                 </endpoint>
             </send>
         </filter>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_52.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_52.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_52.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_52.xml Sun Jul  6 21:47:16 2008
@@ -26,19 +26,19 @@
                 <endpoint>
                     <loadbalance>
                         <endpoint>
-                            <address uri="http://localhost:9001/soap/LBService1">
+                            <address uri="http://localhost:9001/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/soap/LBService1">
+                            <address uri="http://localhost:9002/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/soap/LBService1">
+                            <address uri="http://localhost:9003/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_53.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_53.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_53.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_53.xml Sun Jul  6 21:47:16 2008
@@ -26,19 +26,19 @@
                 <endpoint>
                     <failover>
                         <endpoint>
-                            <address uri="http://localhost:9001/soap/LBService1">
+                            <address uri="http://localhost:9001/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/soap/LBService1">
+                            <address uri="http://localhost:9002/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/soap/LBService1">
+                            <address uri="http://localhost:9003/services/LBService1">
                                 <enableAddressing/>
                                 <suspendDurationOnFailure>60</suspendDurationOnFailure>
                             </address>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_54.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_54.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_54.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_54.xml Sun Jul  6 21:47:16 2008
@@ -31,17 +31,17 @@
 
                     <loadbalance>
                         <endpoint>
-                            <address uri="http://localhost:9001/soap/LBService1">
+                            <address uri="http://localhost:9001/services/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/soap/LBService1">
+                            <address uri="http://localhost:9002/services/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/soap/LBService1">
+                            <address uri="http://localhost:9003/services/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_55.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_55.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_55.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_55.xml Sun Jul  6 21:47:16 2008
@@ -34,12 +34,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9001/soap/LBService1">
+                                    <address uri="http://localhost:9001/services/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9002/soap/LBService1">
+                                    <address uri="http://localhost:9002/services/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
@@ -48,12 +48,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9003/soap/LBService1">
+                                    <address uri="http://localhost:9003/services/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9004/soap/LBService1">
+                                    <address uri="http://localhost:9004/services/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml Sun Jul  6 21:47:16 2008
@@ -20,7 +20,7 @@
 <!-- Manipulating SOAP headers, and filtering incoming and outgoing messages -->
 <definitions xmlns="http://ws.apache.org/ns/synapse">
     <in>
-        <header name="To" value="http://localhost:9000/soap/SimpleStockQuoteService"/>
+        <header name="To" value="http://localhost:9000/services/SimpleStockQuoteService"/>
     </in>
     <send/>
 </definitions>
\ No newline at end of file

Modified: synapse/trunk/java/repository/conf/web.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/web.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/web.xml (original)
+++ synapse/trunk/java/repository/conf/web.xml Sun Jul  6 21:47:16 2008
@@ -78,7 +78,7 @@
 
     <servlet-mapping>
         <servlet-name>SynapseServlet</servlet-name>
-        <url-pattern>/soap/*</url-pattern>
+        <url-pattern>/services/*</url-pattern>
     </servlet-mapping>
 
     <session-config>

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Sun Jul  6 21:47:16 2008
@@ -534,7 +534,7 @@
     <table border="1" cellpadding="0" cellspacing="0" style="width: 100%; font-size:small" class="data-table">
       <tbody>
         <tr><th>Transport</th><th>Sample address</th></tr>
-        <tr><td>HTTP</td><td><tt>http://localhost:9000/soap/SimpleStockQuoteService</tt></td></tr>
+        <tr><td>HTTP</td><td><tt>http://localhost:9000/services/SimpleStockQuoteService</tt></td></tr>
         <tr><td>JMS</td><td><tt>jms:/SimpleStockQuoteService?<br/>
               &#160;&#160;&#160;transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;<br/>
               &#160;&#160;&#160;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;<br/>

Modified: synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml?rev=674398&r1=674397&r2=674398&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml Sun Jul  6 21:47:16 2008
@@ -308,7 +308,7 @@
       Now the final step, running the client. Go to &lt;synapse-home&gt;/samples/axis2Client
       directory and type the following command
     </p>
-<pre xml:space="preserve">user@host:/opt/synapse-1.1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dmode=quote -Dsymbol=IBM
+<pre xml:space="preserve">user@host:/opt/synapse-1.1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dmode=quote -Dsymbol=IBM
 Buildfile: build.xml
 
 init:
@@ -326,7 +326,7 @@
       This sends a request for a stock quote for the symbol IBM and sets the
       transport URL to Synapse (http://localhost:8280) and the WS-Addressing EPR
       set that of the actual server
-      (http://localhost:9000/soap/SimpleStockQuoteService). The actual wire
+      (http://localhost:9000/services/SimpleStockQuoteService). The actual wire
       level http message sent by the client is as follows, and is sent over port
       8280 to the Synapse instance on localhost.
     </p>
@@ -341,7 +341,7 @@
 &lt;?xml version='1.0' encoding='UTF-8'?&gt;
    &lt;soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
       &lt;soapenv:Header&gt;
-         &lt;wsa:To&gt;http://localhost:9000/soap/SimpleStockQuoteService&lt;/wsa:To&gt;
+         &lt;wsa:To&gt;http://localhost:9000/services/SimpleStockQuoteService&lt;/wsa:To&gt;
          &lt;wsa:MessageID&gt;urn:uuid:D538B21E30B32BB8291177589283717&lt;/wsa:MessageID&gt;
          &lt;wsa:Action&gt;urn:getQuote&lt;/wsa:Action&gt;
       &lt;/soapenv:Header&gt;
@@ -364,7 +364,7 @@
     </p>
 <pre xml:space="preserve">2007-11-05 15:03:51,082 [127.0.1.1-asankha] [I/O dispatcher 3]  INFO PipeImpl Using native OS Pipes for event-driven to stream IO bridging
 2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SynapseMessageReceiver Synapse received a new message for message mediation...
-2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SynapseMessageReceiver Received To: http://localhost:9000/soap/SimpleStockQuoteService
+2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SynapseMessageReceiver Received To: http://localhost:9000/services/SimpleStockQuoteService
 2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SynapseMessageReceiver SOAPAction: urn:getQuote
 2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SynapseMessageReceiver WSA-Action: urn:getQuote
 2007-11-05 15:03:51,206 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG Axis2SynapseEnvironment Injecting MessageContext
@@ -372,13 +372,13 @@
 2007-11-05 15:03:51,207 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SequenceMediator Start : Sequence &lt;main&gt;
 2007-11-05 15:03:51,207 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SequenceMediator Sequence &lt;SequenceMediator&gt; :: mediate()
 2007-11-05 15:03:51,207 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG LogMediator Start : Log mediator
-2007-11-05 15:03:51,231 [127.0.1.1-asankha] [HttpServerWorker-1]  INFO LogMediator To: http://localhost:9000/soap/SimpleStockQuoteService, WSAction: urn:getQuote, SOAPAction: urn:getQuote, ReplyTo: http://www.w3.org/2005/08/addressing/anonymous, MessageID: urn:uuid:DB76240DF26CE9AF1D1194253430879, Direction: request, Envelope: &lt;?xml version='1.0' encoding='utf-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"&gt;&lt;soapenv:Header&gt;&lt;wsa:To&gt;http://localhost:9000/soap/SimpleStockQuoteService&lt;/wsa:To&gt;&lt;wsa:MessageID&gt;urn:uuid:DB76240DF26CE9AF1D1194253430879&lt;/wsa:MessageID&gt;&lt;wsa:Action&gt;urn:getQuote&lt;/wsa:Action&gt;&lt;/soapenv:Header&gt;&lt;soapenv:Body&gt;&lt;m0:getQuote xmlns:m0="http://services.samples/xsd"&gt;&lt;m0:request&gt;&lt;m0:symbol&gt;IBM&lt;/m0:symbol&gt;&lt;/m0:request&gt;&lt;/m0:getQuote&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;
+2007-11-05 15:03:51,231 [127.0.1.1-asankha] [HttpServerWorker-1]  INFO LogMediator To: http://localhost:9000/services/SimpleStockQuoteService, WSAction: urn:getQuote, SOAPAction: urn:getQuote, ReplyTo: http://www.w3.org/2005/08/addressing/anonymous, MessageID: urn:uuid:DB76240DF26CE9AF1D1194253430879, Direction: request, Envelope: &lt;?xml version='1.0' encoding='utf-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"&gt;&lt;soapenv:Header&gt;&lt;wsa:To&gt;http://localhost:9000/soap/SimpleStockQuoteService&lt;/wsa:To&gt;&lt;wsa:MessageID&gt;urn:uuid:DB76240DF26CE9AF1D1194253430879&lt;/wsa:MessageID&gt;&lt;wsa:Action&gt;urn:getQuote&lt;/wsa:Action&gt;&lt;/soapenv:Header&gt;&lt;soapenv:Body&gt;&lt;m0:getQuote xmlns:m0="http://services.samples/xsd"&gt;&lt;m0:request&gt;&lt;m0:symbol&gt;IBM&lt;/m0:symbol&gt;&lt;/m0:request&gt;&lt;/m0:getQuote&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;
 2007-11-05 15:03:51,250 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG LogMediator End : Log mediator
 2007-11-05 15:03:51,250 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SendMediator Start : Send mediator
 2007-11-05 15:03:51,250 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SendMediator Sending request message using implicit message properties..
-Sending To: http://localhost:9000/soap/SimpleStockQuoteService
+Sending To: http://localhost:9000/services/SimpleStockQuoteService
 SOAPAction: urn:getQuote
-2007-11-05 15:03:51,254 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG Axis2FlexibleMEPClient Sending [add = false] [sec = false] [rm = false] [ to Address: http://localhost:9000/soap/SimpleStockQuoteService]
+2007-11-05 15:03:51,254 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG Axis2FlexibleMEPClient Sending [add = false] [sec = false] [rm = false] [ to Address: http://localhost:9000/services/SimpleStockQuoteService]
 2007-11-05 15:03:51,302 [127.0.1.1-asankha] [HttpServerWorker-1]  INFO TimeoutHandler This engine will expire all callbacks after : 86400 seconds, irrespective of the timeout action, after the specified or optional timeout
 2007-11-05 15:03:51,356 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SendMediator End : Send mediator
 2007-11-05 15:03:51,356 [127.0.1.1-asankha] [HttpServerWorker-1] DEBUG SequenceMediator End : Sequence &lt;main&gt;
@@ -473,7 +473,7 @@
     &lt;proxy name="StockQuoteProxy"&gt;
         &lt;target&gt;
             &lt;endpoint&gt;
-                &lt;address uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
+                &lt;address uri="http://localhost:9000/services/SimpleStockQuoteService"/&gt;
             &lt;/endpoint&gt;
             &lt;outSequence&gt;
                 &lt;send/&gt;
@@ -486,9 +486,9 @@
     <p>
       The above configuration will expose a proxy service named StockQuoteProxy
       and specifies an endpoint
-      (http://localhost:9000/soap/SimpleStockQuoteService) as the target for the
+      (http://localhost:9000/services/SimpleStockQuoteService) as the target for the
       proxy service. Therefore, messages coming to the proxy service will be
-      directed to the address http://localhost:9000/soap/SimpleStockQuoteService
+      directed to the address http://localhost:9000/services/SimpleStockQuoteService
       specified in the endpoint. There is also an out sequence for the proxy
       service, which is applicable for response messages. In the out sequence,
       we just send the messages back to the client. The publishWSDL tag
@@ -514,7 +514,7 @@
       describing the steps of starting procedure. Before running the client, it
       is time to observe another feature of proxy services. That is displaying
       the published WSDL. Just open a web browser and point it to the address
-      http://localhost:8280/soap/StockQuoteProxy?wsdl. You will see the
+      http://localhost:8280/services/StockQuoteProxy?wsdl. You will see the
       sample_proxy_1.wsdl specified in the configuration but containing the
       correct EPR for the service over http/s.
     </p>
@@ -527,12 +527,12 @@
       directory and type the following command:
     </p>
     <div class="command">
-      ant stockquote -Dtrpurl=http://localhost:8280/soap/StockQuoteProxy
+      ant stockquote -Dtrpurl=http://localhost:8280/services/StockQuoteProxy
       -Dmode=quote -Dsymbol=IBM
     </div>
     <p>
       The above command sends a stockquote request directly to the provided
-      transport endpoint at: http://localhost:8280/soap/StockQuoteProxy. You
+      transport endpoint at: http://localhost:8280/services/StockQuoteProxy. You
       will see the response from the server displayed on the console as follows:
     </p>
     <div class="consoleOutput">