Author: isuru Date: Wed Jul 1 02:59:59 2009 New Revision: 40504 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40504
Log: doc update Modified: branches/wsas/java/3.1/product/docs/xdoc/jaxws_sample_guide.xml Modified: branches/wsas/java/3.1/product/docs/xdoc/jaxws_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/docs/xdoc/jaxws_sample_guide.xml?rev=40504&r1=40503&r2=40504&view=diff ============================================================================== --- branches/wsas/java/3.1/product/docs/xdoc/jaxws_sample_guide.xml (original) +++ branches/wsas/java/3.1/product/docs/xdoc/jaxws_sample_guide.xml Wed Jul 1 02:59:59 2009 @@ -13,14 +13,13 @@ <p> To build the sample service, go to samples directory and type: ant - This will build the jaxws-calculator.aar in the target directory and copy it to the - <WSAS_HOME>/repository/services directory. If you start WSAS, the - jaxws-calculator-service - will be available online. + This will build the calculator-jaxws-sample.jar in the target directory and copy it to the + <WSAS_HOME>/repository/servicejars directory. If you start WSAS, the + deployed JAXWS service will be available online as Calculator.CalculatorSOAP. The WSDL for this service should be viewable at: - http://<host>:<port>/services/CalculatorService?wsdl + http://<host>:<port>/services/Calculator.CalculatorSOAP?wsdl </p> <h1>Running the Client</h1> <p> @@ -29,8 +28,6 @@ <p> Otherwise, you can use WSAS features to generate the client stubs pointing to the wsdl and invoke the service with the generated client.</p> - <p> Or you can invoke the service with Try-It. - </p> </body> </html> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
