Author: saliya Date: Tue Jun 9 22:41:34 2009 New Revision: 38415 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=38415
Log: Fixed quick start guide to reflect the url change of samples from "....9000/soap/..." to "...9000/services/.." 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=38415&r1=38414&r2=38415&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/quickstart_guide.xml (original) +++ trunk/esb/java/docs/xdoc/quickstart_guide.xml Tue Jun 9 22:41:34 2009 @@ -376,11 +376,11 @@ The final step is running the client. Go to <esb-home>/samples/axis2Client directory and type the following command. </p> -<pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote</pre> +<pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote</pre> <p> You can see the following output with the quote price sent by the server. </p> -<pre xml:space="preserve">u...@host:~/wso2esb/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote +<pre xml:space="preserve">u...@host:~/wso2esb/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote Buildfile: build.xml init: @@ -398,7 +398,7 @@ This sends a request for a stock quote for the symbol IBM, sets the transport URL to the ESB (http://localhost:8280), and the WS-Addressing EPR set to the actual server - (http://localhost:9000/soap/SimpleStockQuoteService). The actual wire + (http://localhost:9000/services/SimpleStockQuoteService). The actual wire level HTTP message sent by the client is as follows, and is sent over port 8280 to the ESB instance on the localhost. </p> @@ -413,7 +413,7 @@ <?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> - <wsa:To>http://localhost:9000/soap/SimpleStockQuoteService</wsa:To> + <wsa:To>http://localhost:9000/services/SimpleStockQuoteService</wsa:To> <wsa:MessageID>urn:uuid:D538B21E30B32BB8291177589283717</wsa:MessageID> <wsa:Action>urn:getQuote</wsa:Action> </soapenv:Header> @@ -550,7 +550,7 @@ Anonymous". In the next sub menu select "Address Endpoint". A pop up window will be displayed to configure the new endpoint. Type the EPR of the target endpoint in the Address field. In this case it is - "http://localhost:9000/soap/SimpleStockQuoteService". Address endpoint + "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> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
