You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/04/20 12:35:51 UTC

svn commit: r530732 - in /webservices/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/SecureStockQuoteService/w...

Author: asankha
Date: Fri Apr 20 03:35:36 2007
New Revision: 530732

URL: http://svn.apache.org/viewvc?view=rev&rev=530732
Log:
change the context and service paths from /axis2/services/<servicename> to /soap/<servicename> for proxy services and services deployed on the sample axis2 server

Modified:
    webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/HeaderMediatorSerializationTest.java
    webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/PropertyMediatorSerializationTest.java
    webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SendMediatorSerializationTest.java
    webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SequenceMediatorSerializationTest.java
    webservices/synapse/trunk/java/modules/core/src/test/resources/esbservice.wsdl
    webservices/synapse/trunk/java/modules/samples/services/FastStockQuoteService/wsdl/FastStockQuoteService.wsdl
    webservices/synapse/trunk/java/modules/samples/services/SecureStockQuoteService/wsdl/SimpleStockQuoteService.wsdl
    webservices/synapse/trunk/java/modules/samples/services/SimpleStockQuoteService/wsdl/SimpleStockQuoteService.wsdl
    webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/LoadbalanceFailoverClient.java
    webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
    webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java
    webservices/synapse/trunk/java/modules/samples/src/main/scripts/build.xml
    webservices/synapse/trunk/java/repository/conf/axis2.xml
    webservices/synapse/trunk/java/repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml
    webservices/synapse/trunk/java/repository/conf/sample/resources/misc/axis2.xml
    webservices/synapse/trunk/java/repository/conf/sample/resources/misc/synapse.xml
    webservices/synapse/trunk/java/repository/conf/sample/resources/proxy/sample_proxy_1.wsdl
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_103.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_104.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_105.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_110.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_12.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_204.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_205.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_3.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_401.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_500.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_501.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_503.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_7.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_8.xml
    webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
    webservices/synapse/trunk/java/src/site/resources/sample_103_1.txt
    webservices/synapse/trunk/java/src/site/resources/sample_103_2.txt

Modified: webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/HeaderMediatorSerializationTest.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/HeaderMediatorSerializationTest.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/HeaderMediatorSerializationTest.java (original)
+++ webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/HeaderMediatorSerializationTest.java Fri Apr 20 03:35:36 2007
@@ -35,7 +35,7 @@
     }
 
     public void testHeaderMediatorSerializationSenarioOne() throws Exception {
-        String inputXml = "<header xmlns=\"http://ws.apache.org/ns/synapse\" name=\"To\" value=\"http://127.0.0.1:10001/axis2/services/Services\"/>";
+        String inputXml = "<header xmlns=\"http://ws.apache.org/ns/synapse\" name=\"To\" value=\"http://127.0.0.1:10001/soap/Services\"/>";
         assertTrue(serialization(inputXml, headerMediatorFactory, headerMediatorSerializer));
         assertTrue(serialization(inputXml, headerMediatorSerializer));
     }

Modified: webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/PropertyMediatorSerializationTest.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/PropertyMediatorSerializationTest.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/PropertyMediatorSerializationTest.java (original)
+++ webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/PropertyMediatorSerializationTest.java Fri Apr 20 03:35:36 2007
@@ -34,7 +34,7 @@
     }
 
     public void testPropertyMediatorSerializationSenarioOne() throws Exception {
-        String inputXml = "<property xmlns=\"http://ws.apache.org/ns/synapse\" name=\"To\" value=\"http://127.0.0.1:10001/axis2/services/Services\" action=\"remove\" />";
+        String inputXml = "<property xmlns=\"http://ws.apache.org/ns/synapse\" name=\"To\" value=\"http://127.0.0.1:10001/soap/Services\" action=\"remove\" />";
         assertTrue(serialization(inputXml, propertyMediatorFactory, propertyMediatorSerializer));
         assertTrue(serialization(inputXml, propertyMediatorSerializer));
     }

Modified: webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SendMediatorSerializationTest.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SendMediatorSerializationTest.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SendMediatorSerializationTest.java (original)
+++ webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SendMediatorSerializationTest.java Fri Apr 20 03:35:36 2007
@@ -50,17 +50,17 @@
                 "<endpoint>" +
                     "<loadbalance>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9001/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9001/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9002/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9002/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9003/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9003/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
@@ -90,7 +90,7 @@
 
         AddressEndpoint addressEndpoint = (AddressEndpoint) addresses.get(0);
         assertTrue("URI of address endpoint is not serialized properly",
-                "http://localhost:9001/axis2/services/Service1".equals(addressEndpoint.getEndpoint().getAddress()));
+                "http://localhost:9001/soap/Service1".equals(addressEndpoint.getEndpoint().getAddress()));
     }
 
     public void testSimpleFailoverSendSerialization() {
@@ -99,17 +99,17 @@
                 "<endpoint>" +
                     "<failover>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9001/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9001/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9002/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9002/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9003/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9003/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
@@ -139,7 +139,7 @@
 
         AddressEndpoint addressEndpoint = (AddressEndpoint) addresses.get(0);
         assertTrue("URI of address endpoint is not serialized properly",
-                "http://localhost:9001/axis2/services/Service1".equals(addressEndpoint.getEndpoint().getAddress()));
+                "http://localhost:9001/soap/Service1".equals(addressEndpoint.getEndpoint().getAddress()));
     }
 
     public void testNestedLoadbalanceFailoverSendSerialization() {
@@ -148,19 +148,19 @@
                 "<endpoint>" +
                     "<loadbalance>" +
                         "<endpoint>" +
-                            "<address uri=\"http://localhost:9001/axis2/services/Service1\">" +
+                            "<address uri=\"http://localhost:9001/soap/Service1\">" +
                                 "<enableAddressing/>" +
                             "</address>" +
                         "</endpoint>" +
                         "<endpoint>" +
                             "<failover>" +
                                 "<endpoint>" +
-                                    "<address uri=\"http://localhost:9002/axis2/services/Service1\">" +
+                                    "<address uri=\"http://localhost:9002/soap/Service1\">" +
                                         "<enableAddressing/>" +
                                     "</address>" +
                                 "</endpoint>" +
                                 "<endpoint>" +
-                                    "<address uri=\"http://localhost:9003/axis2/services/Service1\">" +
+                                    "<address uri=\"http://localhost:9003/soap/Service1\">" +
                                         "<enableAddressing/>" +
                                     "</address>" +
                                 "</endpoint>" +

Modified: webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SequenceMediatorSerializationTest.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SequenceMediatorSerializationTest.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SequenceMediatorSerializationTest.java (original)
+++ webservices/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/SequenceMediatorSerializationTest.java Fri Apr 20 03:35:36 2007
@@ -36,13 +36,13 @@
     }
 
     public void testSequenceMediatorSerializationSenarioOne() throws Exception {
-        String xml = "<sequence xmlns=\"http://ws.apache.org/ns/synapse\" name=\"namedsequence\"><header name=\"To\" value=\"http://localhost:9000/axis2/services/TestService\"/><send/></sequence>";
+        String xml = "<sequence xmlns=\"http://ws.apache.org/ns/synapse\" name=\"namedsequence\"><header name=\"To\" value=\"http://localhost:9000/soap/TestService\"/><send/></sequence>";
         assertTrue(serialization(xml, sequenceMediatorFactory, sequenceMediatorSerializer));
         assertTrue(serialization(xml, sequenceMediatorSerializer));
     }
 
     public void testSequenceMediatorSerializationSenarioTwo() throws Exception {
-        String xml = "<sequence xmlns=\"http://ws.apache.org/ns/synapse\" name=\"namedsequence\"  onError=\"ErrorHandler\"><header name=\"To\" value=\"http://localhost:9000/axis2/services/TestService\"/><send/></sequence>";
+        String xml = "<sequence xmlns=\"http://ws.apache.org/ns/synapse\" name=\"namedsequence\"  onError=\"ErrorHandler\"><header name=\"To\" value=\"http://localhost:9000/soap/TestService\"/><send/></sequence>";
         assertTrue(serialization(xml, sequenceMediatorFactory, sequenceMediatorSerializer));
         assertTrue(serialization(xml, sequenceMediatorSerializer));
     }

Modified: webservices/synapse/trunk/java/modules/core/src/test/resources/esbservice.wsdl
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/test/resources/esbservice.wsdl?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/test/resources/esbservice.wsdl (original)
+++ webservices/synapse/trunk/java/modules/core/src/test/resources/esbservice.wsdl Fri Apr 20 03:35:36 2007
@@ -71,13 +71,13 @@
     </wsdl:binding>
     <wsdl:service name="esbservice">
         <wsdl:port name="esbserviceSOAP11port_http" binding="axis2:esbserviceSOAP11Binding">
-            <soap:address location="http://localhost:9001/axis2/services/Service1" />
+            <soap:address location="http://localhost:9001/soap/Service1" />
         </wsdl:port>
         <wsdl:port name="esbserviceSOAP12port_http" binding="axis2:esbserviceSOAP12Binding">
-            <soap12:address location="http://localhost:9001/axis2/services/Service1" />
+            <soap12:address location="http://localhost:9001/soap/Service1" />
         </wsdl:port>
         <wsdl:port name="esbserviceHttpport1" binding="axis2:esbserviceHttpBinding">
-            <http:address location="http://localhost:9001/axis2/services/Service1" />
+            <http:address location="http://localhost:9001/soap/Service1" />
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: webservices/synapse/trunk/java/modules/samples/services/FastStockQuoteService/wsdl/FastStockQuoteService.wsdl
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/services/FastStockQuoteService/wsdl/FastStockQuoteService.wsdl?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/services/FastStockQuoteService/wsdl/FastStockQuoteService.wsdl (original)
+++ webservices/synapse/trunk/java/modules/samples/services/FastStockQuoteService/wsdl/FastStockQuoteService.wsdl Fri Apr 20 03:35:36 2007
@@ -114,7 +114,7 @@
 	</wsdl:binding>
 	<wsdl:service name="FastStockQuoteService">
 		<wsdl:port name="FastStockQuoteServiceSOAP11port" binding="axis2:FastStockQuoteServiceSOAP11Binding">
-			<soap:address location="http://localhost:8080/axis2/services/FastStockQuoteService"/>
+			<soap:address location="http://localhost:8080/soap/FastStockQuoteService"/>
 		</wsdl:port>
 	</wsdl:service>
 </wsdl:definitions>

Modified: webservices/synapse/trunk/java/modules/samples/services/SecureStockQuoteService/wsdl/SimpleStockQuoteService.wsdl
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/services/SecureStockQuoteService/wsdl/SimpleStockQuoteService.wsdl?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/services/SecureStockQuoteService/wsdl/SimpleStockQuoteService.wsdl (original)
+++ webservices/synapse/trunk/java/modules/samples/services/SecureStockQuoteService/wsdl/SimpleStockQuoteService.wsdl Fri Apr 20 03:35:36 2007
@@ -272,19 +272,19 @@
     <wsdl:service name="SimpleStockQuoteService">
         <wsdl:port name="SimpleStockQuoteServiceSOAP11port_https"
                    binding="axis2:SimpleStockQuoteServiceSOAP11Binding">
-            <soap:address location="https://asankha:9002/axis2/services/SimpleStockQuoteService"/>
+            <soap:address location="https://asankha:9002/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP11port_http1"
                    binding="axis2:SimpleStockQuoteServiceSOAP11Binding">
-            <soap:address location="http://asankha:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap:address location="http://asankha:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP12port_https"
                    binding="axis2:SimpleStockQuoteServiceSOAP12Binding">
-            <soap12:address location="https://asankha:9002/axis2/services/SimpleStockQuoteService"/>
+            <soap12:address location="https://asankha:9002/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP12port_http1"
                    binding="axis2:SimpleStockQuoteServiceSOAP12Binding">
-            <soap12:address location="http://asankha:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap12:address location="http://asankha:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: webservices/synapse/trunk/java/modules/samples/services/SimpleStockQuoteService/wsdl/SimpleStockQuoteService.wsdl
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/services/SimpleStockQuoteService/wsdl/SimpleStockQuoteService.wsdl?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/services/SimpleStockQuoteService/wsdl/SimpleStockQuoteService.wsdl (original)
+++ webservices/synapse/trunk/java/modules/samples/services/SimpleStockQuoteService/wsdl/SimpleStockQuoteService.wsdl Fri Apr 20 03:35:36 2007
@@ -272,19 +272,19 @@
     <wsdl:service name="SimpleStockQuoteService">
         <wsdl:port name="SimpleStockQuoteServiceSOAP11port_https"
                    binding="axis2:SimpleStockQuoteServiceSOAP11Binding">
-            <soap:address location="https://asankha:9002/axis2/services/SimpleStockQuoteService"/>
+            <soap:address location="https://asankha:9002/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP11port_http1"
                    binding="axis2:SimpleStockQuoteServiceSOAP11Binding">
-            <soap:address location="http://asankha:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap:address location="http://asankha:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP12port_https"
                    binding="axis2:SimpleStockQuoteServiceSOAP12Binding">
-            <soap12:address location="https://asankha:9002/axis2/services/SimpleStockQuoteService"/>
+            <soap12:address location="https://asankha:9002/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP12port_http1"
                    binding="axis2:SimpleStockQuoteServiceSOAP12Binding">
-            <soap12:address location="http://asankha:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap12:address location="http://asankha:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/LoadbalanceFailoverClient.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/LoadbalanceFailoverClient.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/LoadbalanceFailoverClient.java (original)
+++ webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/LoadbalanceFailoverClient.java Fri Apr 20 03:35:36 2007
@@ -215,7 +215,7 @@
 
     private SOAPEnvelope buildSoapEnvelope(String clientID, String value) {
 
-        String targetEPR = "http://localhost:9000/axis2/services/Service1";
+        String targetEPR = "http://localhost:9000/soap/Service1";
         String opration = "sampleOperation";
 
         SOAPFactory soapFactory = OMAbstractFactory.getSOAP12Factory();

Modified: webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java (original)
+++ webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java Fri Apr 20 03:35:36 2007
@@ -43,7 +43,7 @@
     
     public static void main(String[] args) throws Exception {
 
-        String targetEPR = "http://localhost:8080/axis2/services/MTOMSwASampleService";
+        String targetEPR = "http://localhost:8080/soap/MTOMSwASampleService";
         String fileName = "./../../repository/conf/sample/resources/mtom/asf-logo.gif";
         String mode = "mtom";
 

Modified: webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java (original)
+++ webservices/synapse/trunk/java/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java Fri Apr 20 03:35:36 2007
@@ -52,7 +52,7 @@
         // defaults
         String symbol    = "IBM";
         String mode      = "quote";
-        String addUrl    = "http://localhost:9000/axis2/services/SimpleStockQuoteService";
+        String addUrl    = "http://localhost:9000/soap/SimpleStockQuoteService";
         String trpUrl    = "http://localhost:8080";
         String prxUrl    = null;
         String repo      = "client_repo";

Modified: webservices/synapse/trunk/java/modules/samples/src/main/scripts/build.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/samples/src/main/scripts/build.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/modules/samples/src/main/scripts/build.xml (original)
+++ webservices/synapse/trunk/java/modules/samples/src/main/scripts/build.xml Fri Apr 20 03:35:36 2007
@@ -31,7 +31,7 @@
 
         ant stockquote [-Dsymbol=IBM|MSFT|SUN|..]
             [-Dmode=quote | customquote | fullquote | placeorder | marketactivity]
-            [-Daddurl=http://localhost:9000/axis2/services/SimpleStockQuoteService]
+            [-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService]
             [-Dtrourl=http://localhost:8080] [-Dprxurl=http://localhost:8080]
             [-Drepository=client_repo]
             [-Dpolicy=../../repository/conf/sample/resources/policy/policy_1.xml]
@@ -57,14 +57,14 @@
 
         examples:
         ant optimizeclient [-Dopt_mode=mtom | swa]
-            [-Dopt_url=http://localhost:8080/axis2/services/MTOMSwASampleService]
+            [-Dopt_url=http://localhost:8080/soap/MTOMSwASampleService]
             [-Dopt_file=./../../repository/conf/sample/resources/mtom/asf-logo.gif]
     </echo>
     </target>
 
     <property name="symbol" value="IBM"/>
     <property name="mode" value="quote"/>
-    <property name="addurl" value="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+    <property name="addurl" value="http://localhost:9000/soap/SimpleStockQuoteService"/>
     <property name="trpurl" value="http://localhost:8080"/>
     <property name="prxurl" value="http://localhost:8080/StockQuote"/>
     <property name="repository" value="client_repo"/>
@@ -73,7 +73,7 @@
     <property name="jms_type" value="text"/>
     <property name="jms_payload" value=""/>
     <property name="opt_mode" value="mtom"/>
-    <property name="opt_url" value="http://localhost:8080/axis2/services/MTOMSwASampleService"/>
+    <property name="opt_url" value="http://localhost:8080/soap/MTOMSwASampleService"/>
     <property name="opt_file" value="./../../repository/conf/sample/resources/mtom/asf-logo.gif"/>
 
     <property name="class.dir" value="target/classes"/>

Modified: webservices/synapse/trunk/java/repository/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/axis2.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/axis2.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/axis2.xml Fri Apr 20 03:35:36 2007
@@ -57,13 +57,13 @@
 
     <!--Following params will set the proper context paths for invocations. All the endpoints will have a commons context-->
     <!--root which can configured using the following contextRoot parameter-->
-    <!--<parameter name="contextRoot" locked="false">axis2</parameter>-->
+    <parameter name="contextRoot" locked="false">/</parameter>
 
     <!--Our HTTP endpoints can handle both REST and SOAP. Following parameters can be used to distingiush those endpoints-->
     <!--In case of a servlet, if you change this you have to manually change the settings of your servlet container to map this -->
     <!--context path to proper Axis2 servlets-->
-    <!--<parameter name="servicePath" locked="false">services</parameter>-->
-    <!--<parameter name="restPath" locked="false">rest</parameter>-->
+    <parameter name="servicePath" locked="false">soap</parameter>
+    <parameter name="restPath" locked="false">rest</parameter>
 
     <!-- Following parameter will completely disable REST handling in Axis2-->
     <parameter name="disableREST" locked="true">false</parameter>

Modified: webservices/synapse/trunk/java/repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml Fri Apr 20 03:35:36 2007
@@ -1 +1 @@
-<endpoint xmlns="http://ws.apache.org/ns/synapse" name="simple"><address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/></endpoint> 
+<endpoint xmlns="http://ws.apache.org/ns/synapse" name="simple"><address uri="http://localhost:9000/soap/SimpleStockQuoteService"/></endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/resources/misc/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/resources/misc/axis2.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/resources/misc/axis2.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/resources/misc/axis2.xml Fri Apr 20 03:35:36 2007
@@ -57,13 +57,13 @@
 
     <!--Following params will set the proper context paths for invocations. All the endpoints will have a commons context-->
     <!--root which can configured using the following contextRoot parameter-->
-    <!--<parameter name="contextRoot" locked="false">axis2</parameter>-->
+    <parameter name="contextRoot" locked="false">/</parameter>
 
     <!--Our HTTP endpoints can handle both REST and SOAP. Following parameters can be used to distingiush those endpoints-->
     <!--In case of a servlet, if you change this you have to manually change the settings of your servlet container to map this -->
     <!--context path to proper Axis2 servlets-->
-    <!--<parameter name="servicePath" locked="false">services</parameter>-->
-    <!--<parameter name="restPath" locked="false">rest</parameter>-->
+    <parameter name="servicePath" locked="false">soap</parameter>
+    <parameter name="restPath" locked="false">rest</parameter>
 
     <!-- Following parameter will completely disable REST handling in Axis2-->
     <parameter name="disableREST" locked="true">false</parameter>

Modified: webservices/synapse/trunk/java/repository/conf/sample/resources/misc/synapse.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/resources/misc/synapse.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/resources/misc/synapse.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/resources/misc/synapse.xml Fri Apr 20 03:35:36 2007
@@ -21,7 +21,7 @@
 
     <sequence name="commodityQuote">
         <!-- set the To address to the real endpoint -->
-        <header name="To" value="http://127.0.0.1:10101/axis2/services/Services"/>
+        <header name="To" value="http://127.0.0.1:10101/soap/Services"/>
         <header name="Action" value="urn:commodity"/>    
     </sequence>
 

Modified: webservices/synapse/trunk/java/repository/conf/sample/resources/proxy/sample_proxy_1.wsdl
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/resources/proxy/sample_proxy_1.wsdl?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/resources/proxy/sample_proxy_1.wsdl (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/resources/proxy/sample_proxy_1.wsdl Fri Apr 20 03:35:36 2007
@@ -150,11 +150,11 @@
     <wsdl:service name="SimpleStockQuoteService">
         <wsdl:port name="SimpleStockQuoteServiceSOAP11port_http"
                    binding="axis2:SimpleStockQuoteServiceSOAP11Binding">
-            <soap:address location="http://10.0.0.4:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap:address location="http://10.0.0.4:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
         <wsdl:port name="SimpleStockQuoteServiceSOAP12port_http"
                    binding="axis2:SimpleStockQuoteServiceSOAP12Binding">
-            <soap12:address location="http://10.0.0.4:9000/axis2/services/SimpleStockQuoteService"/>
+            <soap12:address location="http://10.0.0.4:9000/soap/SimpleStockQuoteService"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_1.xml Fri Apr 20 03:35:36 2007
@@ -26,7 +26,7 @@
         <!-- route the message to the SimpleStockQuoteService1 service EPR -->
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
             </endpoint>
         </send>
     </filter>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml Fri Apr 20 03:35:36 2007
@@ -28,7 +28,7 @@
         <proxy name="StockQuoteProxy">
             <target>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </target>
             <publishWSDL uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_101.xml Fri Apr 20 03:35:36 2007
@@ -26,12 +26,12 @@
         <sequence name="proxy_1">
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </sequence>
 
-        <endpoint name="proxy_2_endpoint" address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+        <endpoint name="proxy_2_endpoint" address="http://localhost:9000/soap/SimpleStockQuoteService"/>
 
     </definitions>
 

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_102.xml Fri Apr 20 03:35:36 2007
@@ -35,7 +35,7 @@
                             xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
                     <send>
                         <endpoint>
-                            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                         </endpoint>
                     </send>
                 </inSequence>
@@ -51,7 +51,7 @@
                     xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_103.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_103.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_103.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_103.xml Fri Apr 20 03:35:36 2007
@@ -31,7 +31,7 @@
                             xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
                     <send>
                         <endpoint>
-                            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                         </endpoint>
                     </send>
                 </inSequence>
@@ -46,7 +46,7 @@
                     xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_104.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_104.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_104.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_104.xml Fri Apr 20 03:35:36 2007
@@ -26,7 +26,7 @@
         <sequence name="proxy_in">
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </sequence>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_105.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_105.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_105.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_105.xml Fri Apr 20 03:35:36 2007
@@ -35,7 +35,7 @@
         ]]></script>
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
             </endpoint>
         </send>
     </sequence>
@@ -44,7 +44,7 @@
         <header name="Action" value="urn:oneWayUploadUsingMTOM"/>
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/axis2/services/MTOMSwASampleService" optimize="mtom"/>
+                <address uri="http://localhost:9000/soap/MTOMSwASampleService" optimize="mtom"/>
             </endpoint>
         </send>
     </sequence>
@@ -53,7 +53,7 @@
         <header name="Action" value="urn:placeOrder"/>
         <send>
             <endpoint>
-                <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService" force="soap"/>
+                <address uri="http://localhost:9000/soap/SimpleStockQuoteService" force="soap"/>
             </endpoint>
         </send>
     </sequence>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_110.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_110.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_110.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_110.xml Fri Apr 20 03:35:36 2007
@@ -35,7 +35,7 @@
         <in>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_12.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_12.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_12.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_12.xml Fri Apr 20 03:35:36 2007
@@ -23,7 +23,7 @@
 			<property name="example" value="mtom"/>
         	<send>
 				<endpoint>
-					<address uri="http://localhost:9001/axis2/services/MTOMSwASampleService" optimize="mtom"/>
+					<address uri="http://localhost:9001/soap/MTOMSwASampleService" optimize="mtom"/>
 				</endpoint>
 			</send>
 		</filter>
@@ -31,7 +31,7 @@
 			<property name="example" value="swa"/>
         	<send>
 				<endpoint>
-					<address uri="http://localhost:9001/axis2/services/MTOMSwASampleService" optimize="swa"/>
+					<address uri="http://localhost:9001/soap/MTOMSwASampleService" optimize="swa"/>
 				</endpoint>
 			</send>
 		</filter>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml Fri Apr 20 03:35:36 2007
@@ -26,17 +26,17 @@
                 <endpoint>
                     <loadbalance>
                         <endpoint>
-                            <address uri="http://localhost:9001/axis2/services/LBService1">
+                            <address uri="http://localhost:9001/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/axis2/services/LBService1">
+                            <address uri="http://localhost:9002/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/axis2/services/LBService1">
+                            <address uri="http://localhost:9003/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml Fri Apr 20 03:35:36 2007
@@ -26,17 +26,17 @@
                 <endpoint>
                     <failover>
                         <endpoint>
-                            <address uri="http://localhost:9001/axis2/services/LBService1">
+                            <address uri="http://localhost:9001/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/axis2/services/LBService1">
+                            <address uri="http://localhost:9002/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/axis2/services/LBService1">
+                            <address uri="http://localhost:9003/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml Fri Apr 20 03:35:36 2007
@@ -31,17 +31,17 @@
 
                     <loadbalance>
                         <endpoint>
-                            <address uri="http://localhost:9001/axis2/services/LBService1">
+                            <address uri="http://localhost:9001/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/axis2/services/LBService1">
+                            <address uri="http://localhost:9002/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/axis2/services/LBService1">
+                            <address uri="http://localhost:9003/soap/LBService1">
                                 <enableAddressing/>
                             </address>
                         </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml Fri Apr 20 03:35:36 2007
@@ -33,12 +33,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9001/axis2/services/LBService1">
+                                    <address uri="http://localhost:9001/soap/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9002/axis2/services/LBService1">
+                                    <address uri="http://localhost:9002/soap/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
@@ -47,12 +47,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9003/axis2/services/LBService1">
+                                    <address uri="http://localhost:9003/soap/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9004/axis2/services/LBService1">
+                                    <address uri="http://localhost:9004/soap/LBService1">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_204.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_204.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_204.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_204.xml Fri Apr 20 03:35:36 2007
@@ -31,17 +31,17 @@
 
                     <loadbalance>
                         <endpoint>
-                            <address uri="http://localhost:9001/axis2/services/LBService2">
+                            <address uri="http://localhost:9001/soap/LBService2">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9002/axis2/services/LBService2">
+                            <address uri="http://localhost:9002/soap/LBService2">
                                 <enableAddressing/>
                             </address>
                         </endpoint>
                         <endpoint>
-                            <address uri="http://localhost:9003/axis2/services/LBService2">
+                            <address uri="http://localhost:9003/soap/LBService2">
                                 <enableAddressing/>
                             </address>
                         </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_205.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_205.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_205.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_205.xml Fri Apr 20 03:35:36 2007
@@ -33,12 +33,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9001/axis2/services/LBService2">
+                                    <address uri="http://localhost:9001/soap/LBService2">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9002/axis2/services/LBService2">
+                                    <address uri="http://localhost:9002/soap/LBService2">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
@@ -47,12 +47,12 @@
                         <endpoint>
                             <failover>
                                 <endpoint>
-                                    <address uri="http://localhost:9003/axis2/services/LBService2">
+                                    <address uri="http://localhost:9003/soap/LBService2">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>
                                 <endpoint>
-                                    <address uri="http://localhost:9004/axis2/services/LBService2">
+                                    <address uri="http://localhost:9004/soap/LBService2">
                                         <enableAddressing/>
                                     </address>
                                 </endpoint>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_3.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_3.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_3.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_3.xml Fri Apr 20 03:35:36 2007
@@ -25,7 +25,7 @@
 
     <!-- define a reuseable endpoint definition -->
     <endpoint name="simple">
-        <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+        <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
     </endpoint>
 
     <!-- define a reusable sequence -->

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_4.xml Fri Apr 20 03:35:36 2007
@@ -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/axis2/services/SimpleStockQuoteService"/></endpoint>
+                        <endpoint><address uri="http://localhost:9000/soap/SimpleStockQuoteService"/></endpoint>
                     </send>
                 </case>
                 <case regex="MSFT">

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_400.xml Fri Apr 20 03:35:36 2007
@@ -76,7 +76,7 @@
             </throttle:throttle>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:8082/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:8082/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_401.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_401.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_401.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_401.xml Fri Apr 20 03:35:36 2007
@@ -36,7 +36,7 @@
             </throttle:throttle>
             <send>
                 <endpoint>
-                    <address uri="http://localhost:8082/axis2/services/SimpleStockQuoteService"/>
+                    <address uri="http://localhost:8082/soap/SimpleStockQuoteService"/>
                 </endpoint>
             </send>
         </in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_5.xml Fri Apr 20 03:35:36 2007
@@ -24,12 +24,12 @@
 
         <!-- define an endpoint for the stock quote service -->
         <endpoint name="simple">
-            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
         </endpoint>
 
         <!-- define a non-existent endpoint to test error handling -->
         <endpoint name="bogus">
-            <address uri="http://localhost:9009/axis2/services/NonExistentStockQuoteService"/>
+            <address uri="http://localhost:9009/soap/NonExistentStockQuoteService"/>
         </endpoint>
 
         <!-- demonstrate the specification of an error handler sequence for a sequence -->

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_50.xml Fri Apr 20 03:35:36 2007
@@ -23,7 +23,7 @@
     <localEntry key="sec_policy" src="file:repository/conf/sample/resources/policy/policy_3.xml"/>
 
     <endpoint name="secure">
-        <address uri="http://localhost:9000/axis2/services/SecureStockQuoteService3">
+        <address uri="http://localhost:9000/soap/SecureStockQuoteService3">
             <enableSec policy="sec_policy"/>
             <enableAddressing/>
         </address>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_500.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_500.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_500.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_500.xml Fri Apr 20 03:35:36 2007
@@ -28,7 +28,7 @@
 
         <!-- define a reuseable endpoint definition and use it within config -->
         <endpoint name="stockquote">
-            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
         </endpoint>
 
     </definitions>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_501.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_501.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_501.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_501.xml Fri Apr 20 03:35:36 2007
@@ -25,7 +25,7 @@
 
         <!-- define a reuseable endpoint definition and use it within config -->
         <endpoint name="stockquote">
-            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
         </endpoint>
 
     </definitions>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_503.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_503.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_503.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_503.xml Fri Apr 20 03:35:36 2007
@@ -24,7 +24,7 @@
 
     <!-- define a reuseable endpoint definition and use it within config -->
     <endpoint name="stockquote">
-        <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+        <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
     </endpoint>
     <sequence name="main">
         <in>

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_6.xml Fri Apr 20 03:35:36 2007
@@ -27,7 +27,7 @@
                     xmlns:m0="http://services.samples/xsd">
                 <!-- set the message header for the 'To' EPR to the supplied value -->
                 <header name="To"
-                        value="http://localhost:9000/axis2/services/SimpleStockQuoteService1"/>
+                        value="http://localhost:9000/soap/SimpleStockQuoteService1"/>
                 <send/>
             </filter>
 

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_7.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_7.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_7.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_7.xml Fri Apr 20 03:35:36 2007
@@ -45,7 +45,7 @@
         </set-property>
 
         <endpoint name="stockquote">
-            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
         </endpoint>
 
         <sequence name="customrequest">

Modified: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_8.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_8.xml?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_8.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_8.xml Fri Apr 20 03:35:36 2007
@@ -43,7 +43,7 @@
 
         <!-- define a reuseable endpoint definition and use it within config -->
         <endpoint name="stockquote">
-            <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/>
+            <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
         </endpoint>
 
     </definitions>

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Fri Apr 20 03:35:36 2007
@@ -259,12 +259,12 @@
 <p>By following through the execution of Synapse through the DEBUG level log
 output to the system output stream (i.e. console), you will notice that the
 client request arrived at Synapse with a WS-Addressing 'To' EPR of
-http://localhost:9000/axis2/services/SimpleStockQuoteService</p>
+http://localhost:9000/soap/SimpleStockQuoteService</p>
 
 <p>The Synapse engine now logs the message at the "full" log level (i.e. all
 message headers and the body) and sends the message to its implicit 'To'
 address - which is
-http://localhost:9000/axis2/services/SimpleStockQuoteService</p>
+http://localhost:9000/soap/SimpleStockQuoteService</p>
 
 <p>Then you will see on the Axis2 server console, a message confirming that
 the message got routed to the sample server and the sample service that was
@@ -297,7 +297,7 @@
         &lt;!-- route the message to the SimpleStockQuoteService1 service EPR --&gt;
         &lt;send&gt;
             &lt;endpoint&gt;
-                &lt;address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;address uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/endpoint&gt;
         &lt;/send&gt;
     &lt;/filter&gt;
@@ -378,11 +378,11 @@
 stock - IBM'. Subsequently this local property value is looked up by the log
 mediator and logged. The message flowes through to the service hosted on the
 sample Axis2 server and then the reply back to the client.</p>
-<pre>INFO LogMediator - symbol = Great stock - IBM, epr = http://localhost:9000/axis2/services/SimpleStockQuoteService </pre>
+<pre>INFO LogMediator - symbol = Great stock - IBM, epr = http://localhost:9000/soap/SimpleStockQuoteService </pre>
 
 <p>To test a stockquote request for another stock, say MSFT, use "ant
 stockquote -Dsymbol=MSFT"</p>
-<pre>INFO LogMediator - symbol = Are you sure? - MSFT, epr = http://localhost:9000/axis2/services/SimpleStockQuoteService</pre>
+<pre>INFO LogMediator - symbol = Are you sure? - MSFT, epr = http://localhost:9000/soap/SimpleStockQuoteService</pre>
 
 <h2><a name="Sample3" id="Sample3">Sample 3:</a></h2>
 <pre>&lt;!-- illustration of local registry entry definitions, and reusable endpoints and sequences --&gt;
@@ -393,7 +393,7 @@
 
     &lt;!-- define a reuseable endpoint definition --&gt;
     &lt;endpoint name="simple"&gt;
-        &lt;address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;address uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
     &lt;/endpoint&gt;
 
     &lt;!-- define a reusable sequence --&gt;
@@ -485,7 +485,7 @@
             &lt;switch source="//m0:getQuote/m0:request/m0:symbol" xmlns:m0="http://services.samples/xsd"&gt;
                 &lt;case regex="IBM"&gt;
                     &lt;send&gt;
-                        &lt;endpoint&gt;&lt;address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;&lt;/endpoint&gt;
+                        &lt;endpoint&gt;&lt;address uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;&lt;/endpoint&gt;
                     &lt;/send&gt;
                 &lt;/case&gt;
                 &lt;case regex="MSFT"&gt;
@@ -551,17 +551,17 @@
 
     &lt;!-- define an endpoint for the stock quote service --&gt;
     &lt;endpoint name="simple"&gt;
-        &lt;address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;address uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
     &lt;/endpoint&gt;
 
     &lt;!-- define a non-existent host to test error handling (runtime exception for invalid host)--&gt;
     &lt;endpoint name="bogusHost"&gt;
-        &lt;address uri="http://bogus:9000/axis2/services/NonExistentStockQuoteService"/&gt;
+        &lt;address uri="http://bogus:9000/soap/NonExistentStockQuoteService"/&gt;
     &lt;/endpoint&gt;
 
     &lt;!-- define a non-existent port to test error handling (error handling) --&gt;
     &lt;endpoint name="bogusPort"&gt;
-        &lt;address uri="http://localhost:9009/axis2/services/NonExistentStockQuoteService"/&gt;
+        &lt;address uri="http://localhost:9009/soap/NonExistentStockQuoteService"/&gt;
     &lt;/endpoint&gt;
 
     &lt;!-- the default fault handling sequence used by Synapse - named 'fault' --&gt;
@@ -640,7 +640,7 @@
                     xmlns:m0="http://services.samples/xsd"&gt;
                 &lt;!-- set the message header for the 'To' EPR to the supplied value --&gt;
                 &lt;header name="To"
-                        value="http://localhost:9000/axis2/services/SimpleStockQuoteService1"/&gt;
+                        value="http://localhost:9000/soap/SimpleStockQuoteService1"/&gt;
                 &lt;send/&gt;
             &lt;/filter&gt;
 
@@ -715,7 +715,7 @@
         &lt;/set-property&gt;
 
         &lt;endpoint name="stockquote"
-                  address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                  address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
         &lt;sequence name="customrequest"&gt;
             &lt;!-- is this a valid custom request ? --&gt;
@@ -824,7 +824,7 @@
 
         &lt;!-- define a reuseable endpoint definition and use it within config --&gt;
         &lt;endpoint name="stockquote"
-                  address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                  address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
     &lt;/definitions&gt;
 
@@ -1036,7 +1036,7 @@
 
 <p>Now edit the repository/conf/sample/resources/endpoint/dynamic_endpt_1.xml
 definition and update the address to
-"http://localhost:9000/axis2/services/SimpleStockQuoteService1". After the
+"http://localhost:9000/soap/SimpleStockQuoteService1". After the
 cached value expires, the Registry loads the new definition of the endpoint,
 and then the messages can be seen being routed to the
 SimpleStockQuoteService1.</p>
@@ -1087,7 +1087,7 @@
     &lt;definitions&gt;
     &lt;set-property name="sec_policy" src="file:repository/conf/sample/resources/policy/policy_3.xml"/&gt;
     
-        &lt;endpoint name="secure" address="http://localhost:9000/axis2/services/SecureStockQuoteService3"&gt;
+        &lt;endpoint name="secure" address="http://localhost:9000/soap/SecureStockQuoteService3"&gt;
         &lt;enableSec policy="sec_policy"/&gt;
         &lt;enableAddressing/&gt;
         &lt;/endpoint&gt;
@@ -1095,7 +1095,7 @@
 
     &lt;rules&gt;
     &lt;in&gt;
-    &lt;header name="To" value="http://localhost:9000/axis2/services/SecureStockQuoteService3"/&gt;
+    &lt;header name="To" value="http://localhost:9000/soap/SecureStockQuoteService3"/&gt;
         &lt;send&gt;
         &lt;endpoint ref="secure"/&gt;
         &lt;/send&gt;
@@ -1162,7 +1162,7 @@
 
     &lt;proxies&gt;
         &lt;proxy name="StockQuoteProxy"&gt;
-            &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+            &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;publishWSDL key="proxy_wsdl"/&gt;
         &lt;/proxy&gt;
     &lt;/proxies&gt;
@@ -1184,14 +1184,14 @@
 above)</p>
 
 <p>Once Synapse starts, you could go to
-http://localhost:8080/axis2/services/StockQuoteProxy?wsdl and view the WSDL
+http://localhost:8080/soap/StockQuoteProxy?wsdl and view the WSDL
 for the proxy service defined in the configuration. This WSDL is based on the
 source WSDL supplied in the proxy service definition, and is updated to
 reflect the proxy service EPR.</p>
 
 <p>Execute the stock quote client by requesting for a stock quote on the
 proxy service as follows:</p>
-<pre>ant stockquote -Durl=http://localhost:8080/axis2/services/StockQuoteProxy</pre>
+<pre>ant stockquote -Durl=http://localhost:8080/soap/StockQuoteProxy</pre>
 
 <p>You will now notice that the message is forwarded to the specified target
 endpoint and the request was routed to the SimpleStockQuoteService service on
@@ -1200,7 +1200,7 @@
 specified in this example either. The client should receive a stock quote
 reply from the proxy service. Also the client could get the WSDL for the
 proxy service by requesting for
-http://localhost:8080/axis2/services/StockQuoteProxy?wsdl</p>
+http://localhost:8080/soap/StockQuoteProxy?wsdl</p>
 
 <h2><a name="Sample101">Sample 101:</a></h2>
 <pre>&lt;synapse xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -1211,11 +1211,11 @@
 
         &lt;sequence name="proxy_1"&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/sequence&gt;
 
-        &lt;endpoint name="proxy_2_endpoint" address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;endpoint name="proxy_2_endpoint" address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
     &lt;/definitions&gt;
 
@@ -1274,7 +1274,7 @@
                     &lt;header name="wsse:Security" action="remove"
                             xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/&gt;
                     &lt;send&gt;
-                        &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                        &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
                     &lt;/send&gt;
                 &lt;/inSequence&gt;
             &lt;/target&gt;
@@ -1288,7 +1288,7 @@
             &lt;header name="wsse:Security" action="remove"
                     xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/in&gt;
         &lt;out&gt;
@@ -1318,7 +1318,7 @@
 'url' system properties passed in as follows:</p>
 
 <p>e.g.</p>
-<pre>ant stockquote -Durl=http://localhost:8080/axis2/services/StockQuoteProxy -Dsecpolicy=..\..\repository\conf\sample\resources\policy\policy_1.xml</pre>
+<pre>ant stockquote -Durl=http://localhost:8080/soap/StockQuoteProxy -Dsecpolicy=..\..\repository\conf\sample\resources\policy\policy_1.xml</pre>
 
 <p>The sample security policy policy_1.xml uses timestamps and username token
 tuhentication on the stock quote request. Following the debug logs on the
@@ -1327,7 +1327,7 @@
 see that the supplied policy file has been attached to the specified WSDL as
 well.</p>
 
-<p>e.g. http://localhost:8080/axis2/services/StockQuoteProxy?wsdl</p>
+<p>e.g. http://localhost:8080/soap/StockQuoteProxy?wsdl</p>
 
 <p>A proxy service with an attached policy - such as a WS-Security policy -
 ensures that messages which goes through mediation have satisfied the
@@ -1360,7 +1360,7 @@
                     &lt;header name="wsse:Security" action="remove"
                             xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/&gt;
                     &lt;send&gt;
-                        &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                        &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
                     &lt;/send&gt;
                 &lt;/inSequence&gt;
             &lt;/target&gt;
@@ -1374,7 +1374,7 @@
             &lt;header name="wsse:Security" action="remove"
                     xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/in&gt;
         &lt;out&gt;
@@ -1405,7 +1405,7 @@
 and 'gatewayurl' system properties passed in as follows:</p>
 
 <p>e.g.</p>
-<pre>ant dumbstockquote -Dsecpolicy=..\..\repository\conf\sample\resources\policy\client_policy_3.xml -Dgatewayurl=http://localhost:8080/axis2/services/StockQuoteProxy</pre>
+<pre>ant dumbstockquote -Dsecpolicy=..\..\repository\conf\sample\resources\policy\client_policy_3.xml -Dgatewayurl=http://localhost:8080/soap/StockQuoteProxy</pre>
 
 <p>The sample security policy client_policy_3.xml ensures signed and
 encrypted messages which request for the stock quotes. Following the debug
@@ -1414,7 +1414,7 @@
 you could also see that the supplied policy file has been attached to the
 specified WSDL as well.</p>
 
-<p>e.g. http://localhost:8080/axis2/services/StockQuoteProxy?wsdl</p>
+<p>e.g. http://localhost:8080/soap/StockQuoteProxy?wsdl</p>
 
 <p>By following through the Synapse log messages you could see that the proxy
 service received and decrypted the secured SOAP envelope. (If you sent the
@@ -1441,7 +1441,7 @@
 
         &lt;sequence name="proxy_in"&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/sequence&gt;
 
@@ -1512,21 +1512,21 @@
                 &lt;/m:placeOrder&gt;);
             ]]&gt;&lt;/script.js&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/sequence&gt;
 
         &lt;sequence name="mtom_proxy"&gt;
             &lt;header name="Action" value="urn:uploadFileUsingMTOM"/&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/MTOMSampleService" optimize="mtom"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/MTOMSampleService" optimize="mtom"/&gt;
             &lt;/send&gt;
         &lt;/sequence&gt;
 
         &lt;sequence name="pox_proxy"&gt;
             &lt;header name="Action" value="urn:placeOrder"/&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService" force="soap"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService" force="soap"/&gt;
             &lt;/send&gt;
         &lt;/sequence&gt;
     &lt;/definitions&gt;
@@ -1591,7 +1591,7 @@
 65.05119159089897 6079 IBM&lt;/axis2ns3:text&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;
 ..
 [JMSWorker-1] DEBUG SendMediator - Sending message to endpoint :: name = null 
-resolved address = http://localhost:9000/axis2/services/SimpleStockQuoteService
+resolved address = http://localhost:9000/soap/SimpleStockQuoteService
 &lt;?xml version='1.0' encoding='utf-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
 &lt;soapenv:Header /&gt;&lt;soapenv:Body&gt;&lt;m:placeOrder xmlns:m="http://services.samples/xsd"&gt;&lt;m:order&gt;
 &lt;m:price&gt;65.05119159089897&lt;/m:price&gt;&lt;m:quantity&gt;6079&lt;/m:quantity&gt;&lt;m:symbol&gt;IBM&lt;/m:symbol&gt;&lt;/m:order&gt;&lt;/m:placeOrder&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope?</pre>
@@ -1606,7 +1606,7 @@
 message to the endpoint as follows, else it encodes the content as Base64:</p>
 
 <p></p>
-<pre>POST /axis2/services/MTOMSampleService HTTP/1.1
+<pre>POST /soap/MTOMSampleService HTTP/1.1
 SOAPAction: "urn:uploadFileUsingMTOM"
 User-Agent: Axis2Host: 127.0.0.1
 Content-Length: 8528
@@ -1642,7 +1642,7 @@
         &lt;syn:in&gt;
             &lt;syn:header name="Action" value="urn:getQuote"/&gt;
             &lt;syn:send&gt;
-                &lt;syn:endpoint force="soap" address="http://localhost:9001/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;syn:endpoint force="soap" address="http://localhost:9001/soap/SimpleStockQuoteService"/&gt;
             &lt;/syn:send&gt;
         &lt;/syn:in&gt;
         &lt;syn:out&gt;
@@ -1671,7 +1671,7 @@
     &lt;rules&gt;
         &lt;in&gt;
             &lt;send&gt;
-                &lt;endpoint address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+                &lt;endpoint address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
             &lt;/send&gt;
         &lt;/in&gt;
         &lt;out&gt;
@@ -1892,7 +1892,7 @@
         &lt;set-property name="stockquoteScript" src="file:repository/conf/sample/resources/script/stockquoteTransform.js"/&gt;
 
         &lt;!-- define a reuseable endpoint definition and use it within config --&gt;
-        &lt;endpoint name="stockquote" address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;endpoint name="stockquote" address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
     &lt;/definitions&gt;
 
@@ -1969,7 +1969,7 @@
     &lt;definitions&gt;
 
         &lt;!-- define a reuseable endpoint definition and use it within config --&gt;
-        &lt;endpoint name="stockquote" address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;endpoint name="stockquote" address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
     &lt;/definitions&gt;
 
@@ -2057,7 +2057,7 @@
         &lt;set-property name="stockquoteScript" src="file:repository/conf/sample/resources/script/stockquoteTransform.rb"/&gt;
 
         &lt;!-- define a reuseable endpoint definition and use it within config --&gt;
-        &lt;endpoint name="stockquote" address="http://localhost:9000/axis2/services/SimpleStockQuoteService"/&gt;
+        &lt;endpoint name="stockquote" address="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
 
     &lt;/definitions&gt;
 

Modified: webservices/synapse/trunk/java/src/site/resources/sample_103_1.txt
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/sample_103_1.txt?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/sample_103_1.txt (original)
+++ webservices/synapse/trunk/java/src/site/resources/sample_103_1.txt Fri Apr 20 03:35:36 2007
@@ -1,11 +1,19 @@
-POST /axis2/services/StockQuoteProxy HTTP/1.1
-SOAPAction: "urn:getQuote"
-User-Agent: Axis2
-Host: 127.0.0.1:8081
-Transfer-Encoding: chunked
-Content-Type: text/xml; charset=UTF-8
-
-14ab
+POST /soap/StockQuoteProxy HTTP/1.1
+
+SOAPAction: "urn:getQuote"
+
+User-Agent: Axis2
+
+Host: 127.0.0.1:8081
+
+Transfer-Encoding: chunked
+
+Content-Type: text/xml; charset=UTF-8
+
+
+
+14ab
+
 <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelope xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       <soapenv:Header>
@@ -65,6 +73,9 @@
             </xenc:CipherData>
          </xenc:EncryptedData>
       </soapenv:Body>
-   </soapenv:Envelope>
-0
-
+   </soapenv:Envelope>
+
+0
+
+
+

Modified: webservices/synapse/trunk/java/src/site/resources/sample_103_2.txt
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/sample_103_2.txt?view=diff&rev=530732&r1=530731&r2=530732
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/sample_103_2.txt (original)
+++ webservices/synapse/trunk/java/src/site/resources/sample_103_2.txt Fri Apr 20 03:35:36 2007
@@ -1,11 +1,19 @@
-POST /axis2/services/StockQuoteProxy HTTP/1.1
-SOAPAction: "urn:getQuote"
-User-Agent: Axis2
-Host: 127.0.0.1:8081
-Transfer-Encoding: chunked
-Content-Type: text/xml; charset=UTF-8
-
-14ab
+POST /soap/StockQuoteProxy HTTP/1.1
+
+SOAPAction: "urn:getQuote"
+
+User-Agent: Axis2
+
+Host: 127.0.0.1:8081
+
+Transfer-Encoding: chunked
+
+Content-Type: text/xml; charset=UTF-8
+
+
+
+14ab
+
 <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelope xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       <soapenv:Header>
@@ -65,6 +73,9 @@
             </xenc:CipherData>
          </xenc:EncryptedData>
       </soapenv:Body>
-   </soapenv:Envelope>
-0
-
+   </soapenv:Envelope>
+
+0
+
+
+



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