Author: hiranya Date: Tue Jul 7 04:05:07 2009 New Revision: 40942 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40942
Log: Updated 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=40942&r1=40941&r2=40942&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/quickstart_guide.xml (original) +++ trunk/esb/java/docs/xdoc/quickstart_guide.xml Tue Jul 7 04:05:07 2009 @@ -512,9 +512,9 @@ <p/> <p> Start the ESB as the previous section and log in to the management - console. Click "Proxy Services" on the left panel. You will see that + console. Click "Service > List" on the left panel. You will see that currently no proxy services have been defined. Let's add a new proxy - service by clicking "Add" . You will be directed to the add proxy + service by clicking "Add" on left panel. You will be directed to the add proxy service wizard as shown below. </p> <p/> @@ -530,10 +530,10 @@ <p> Next we are going to specify a WSDL for this proxy service. It can be displayed using the ?wsdl operation with an actual service. Select - 'Specify URL' in the 'Publishing WSDL' drop down list under 'General Settings'. + 'Specify Source URL' in the 'Publishing WSDL' drop down list under 'General Settings'. You will be prompted with a text box to enter the URL of the WSDL. Type file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl as the WSDL - URL and click on 'Test Connection' to instantly validate the path. + URL and click on 'Test URI' button to instantly validate the path. </p> <p> Then click 'Next' at the bottom of the page to proceed to the next step of the @@ -559,13 +559,11 @@ 'Next' to proceed to the next step of the wizard. 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. - Click on the button next to the Target out-sequence and select " - Anonymous" in the displayed sub menu and click "Add". You will be presented with a + Select "Anonymous" in "Out Sequence Options" and click "Add". You will be presented with a sequence editor. Click on the Add Mediator icon and select Core and then Send, from the sub menu. A send mediator with default configuration will - be added. The Sequence editor after adding the send mediator is shown - below. Click "Save" to save the out sequence configuration. Finally on the wizard - click "Finish". + be added. Click "Save" to save the out sequence configuration. Finally on the + wizard click "Finish" to save and quit the wizard. </p> <p/> <p> @@ -577,7 +575,7 @@ </p> <p/> <p> - <img alt="Manage proxy services" src="images/proxy.png"/> + <img alt="Service Dashboard" src="images/proxy.png"/> </p> <p/> <p> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
