Author: hiranya Date: Tue Jul 7 04:14:29 2009 New Revision: 40943 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40943
Log: Added missing images to the quick start guide Modified: branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml Modified: branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml?rev=40943&r1=40942&r2=40943&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/quickstart_guide.xml Tue Jul 7 04:14:29 2009 @@ -542,21 +542,28 @@ handle request messages. To add a target endpoint, select the option 'Anonymous' under 'Endpoint Options' and click on the 'Add' button that appears. In the next sub menu select "Add Address Endpoint". A web form - will be displayed to configure the new endpoint. Type the EPR of - the target endpoint in the Address field. In this case it is + will be displayed to configure the new endpoint. + </p> + <p/> + <p> + <img src="images/qs_address.png" alt="Create Address Endpoint"/> + </p> + <p/> + <p> + Type the EPR of the target endpoint in the Address field. In this case it is "http://localhost:9000/services/SimpleStockQuoteService". Address endpoint editor with entered values is shown below. Keep other fields unchanged and click "Save" to add the endpoint to the proxy service. </p> - <p/> <p> - <img alt="Address endpoint editor" - src="images/address_endpoint_editor.png"/> + As for the in sequence we will leave it empty for this sample. So click on + 'Next' to proceed to the next step of the wizard. </p> <p/> <p> - As for the in sequence we will leave it empty for this sample. So click on - 'Next' to proceed to the next step of the wizard. + <img src="images/qs_proxy_wizard3.png" alt="Proxy Service Wizard - Final Step"/> + </p> + <p> The next step is to add an out sequence to the proxy service. We just want to send the response messages back to the client in this out sequence. Select "Anonymous" in "Out Sequence Options" and click "Add". You will be presented with a @@ -641,6 +648,10 @@ statistics for the StockQuoteProxy service, we have created in this example. </p> + <p/> + <p> + <img src="images/qs_ps_stats.png" alt="Proxy Service Statistics"/> + </p> <p> This quick guide illustrates the visual construction of a proxy service and a simple use case. Please refer to samples #150 and above in the _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
