Author: kalani Date: Fri May 23 03:52:25 2008 New Revision: 17304 Log: Fixing a documentaion issue
Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml ============================================================================== --- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml (original) +++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples.xml Fri May 23 03:52:25 2008 @@ -1071,7 +1071,7 @@ <p>Next try SwA as: </p> <pre xml:space="preserve">ant optimizeclient -Dopt_mode=swa</pre> <pre xml:space="preserve">[java] Sending file : ./../../repository/conf/sample/resources/mtom/asf-logo.gif as SwA -[java] Saved response to file : /tmp/swa-47549.gif</pre> +[java] Saved response to file : ./../../work/temp/sampleClient/mtom-49258.gif</pre> <p>By using TCPMon and sending the message through it, one can inspect that the requests and responses sent are indeed MTOM optimized or sent as http @@ -2631,7 +2631,7 @@ using the SOAP action 'urn:oneWayUploadUsingMTOM'. Once received by the sample service, it is saved into a temporary file and could be verified for correctness. </p> -<pre xml:space="preserve">Wrote to file : /tmp/mtom-60319.gif</pre> +<pre xml:space="preserve">Wrote to file : ./../../work/temp/sampleClient/mtom-49258.gif</pre> <p></p> _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
