Author: pradeeban Date: Fri May 15 01:01:32 2009 New Revision: 35845 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35845
Log: Fixing the WSAS Sample-MTOM README, which has obviously been outdated. Modified: trunk/wsas/java/modules/samples/MTOM/README Modified: trunk/wsas/java/modules/samples/MTOM/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/MTOM/README?rev=35845&r1=35844&r2=35845&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/MTOM/README (original) +++ trunk/wsas/java/modules/samples/MTOM/README Fri May 15 01:01:32 2009 @@ -14,9 +14,9 @@ Running the Sample: =================== -1. Use "ant generate.service" or just "ant" command in the WSO2WSAS_HOME/samples/MTOM/ to build the service. -2. Generated service (MTOMSample.aar) gets copied to the $WSO2WSAS_HOME/repository/services automatically. -3. Start WSAS server using $WSO2WSAS_HOME/bin/wso2wsas.sh or $WSO2WSAS_HOME/bin/wso2wsas.bat. +1. Use "ant" command in the WSO2WSAS_HOME/samples/MTOM/ to build the service. +2. Generated service (MTOMService.aar) gets copied to the $WSO2WSAS_HOME/repository/services automatically. +3. Start WSAS server using $WSO2WSAS_HOME/bin/wso2server.sh or $WSO2WSAS_HOME/bin/wso2server.bat. 4. Use the script run-client.sh or run-client.bat file to invoke the client using arguments -file {file that need to be send to the service} -fileName {name to be copied on server side} ex: ./run-client.sh -file /tmp/wwe.jpg -fileName wresting.jpg _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
