Author: hiranya
Date: Tue Jul  7 04:15:17 2009
New Revision: 40944
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40944

Log:
Added missing images to the quick start guide



Modified:
   trunk/esb/java/docs/xdoc/quickstart_guide.xml

Modified: trunk/esb/java/docs/xdoc/quickstart_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/quickstart_guide.xml?rev=40944&r1=40943&r2=40944&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/quickstart_guide.xml       (original)
+++ trunk/esb/java/docs/xdoc/quickstart_guide.xml       Tue Jul  7 04:15:17 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

Reply via email to