Author: ruwan Date: Wed May 6 05:57:13 2009 New Revision: 35152 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35152
Log: updating the client axis2.xml Modified: trunk/esb/java/modules/samples/src/main/conf/client/axis2.xml Modified: trunk/esb/java/modules/samples/src/main/conf/client/axis2.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/conf/client/axis2.xml?rev=35152&r1=35151&r2=35152&view=diff ============================================================================== --- trunk/esb/java/modules/samples/src/main/conf/client/axis2.xml (original) +++ trunk/esb/java/modules/samples/src/main/conf/client/axis2.xml Wed May 6 05:57:13 2009 @@ -50,7 +50,7 @@ <!--To override repository/services you need to uncomment following parameter and value SHOULD be absolute file path.--> <!--ServicesDirectory only works on the following cases--> <!---File based configurator and in that case the value should be a file URL (http:// not allowed)--> - <!---When creating URL Based configurator with URL “file://” --> + <!---When creating URL Based configurator with URL "file://" --> <!--- War based configurator with expanded case , --> <!--All the other scenarios it will be ignored.--> @@ -67,7 +67,7 @@ <!--Our HTTP endpoints can handle both REST and SOAP. Following parameters can be used to distinguiush 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">soap</parameter> + <parameter name="servicePath" locked="false">services</parameter> <parameter name="restPath" locked="false">rest</parameter> <!-- Following parameter will completely disable REST handling in Axis2--> @@ -207,10 +207,10 @@ <!-- Transport Outs --> <!-- ================================================= --> - <transportSender name="tcp" + <!-- transportSender name="tcp" class="org.apache.axis2.transport.tcp.TCPTransportSender"/> <transportSender name="local" - class="org.apache.axis2.transport.local.LocalTransportSender"/> + class="org.apache.axis2.transport.local.LocalTransportSender"/ --> <transportSender name="http" class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> <parameter name="PROTOCOL">HTTP/1.1</parameter> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
