Author: chatra Date: Thu Nov 9 22:00:42 2006 New Revision: 473202 URL: http://svn.apache.org/viewvc?view=rev&rev=473202 Log: improved structure to be consistent with other sample READMEs
Modified: webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt Modified: webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt?view=diff&rev=473202&r1=473201&r2=473202 ============================================================================== --- webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt (original) +++ webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt Thu Nov 9 22:00:42 2006 @@ -9,18 +9,17 @@ Prerequisites -============== +============= To build the sample service you must have ant-1.6.x installed in your system. To set AXIS2_HOME in Unix/Linux type: $export AXIS2_HOME=<path to axis2 distribution> -Build the Sample -================ +Building the Service +==================== -To build the sample service, type: -$ant +To build the sample service, type: $ant generate.service or just ant This will build the AddressBookService.aar in the build directory and copy it to the <AXIS2_HOME>/repository/services directory. @@ -37,8 +36,8 @@ to invoke the methods of this web services just like the method invocations of a Java object. -Run the Sample -============== +Running the Client +================== To compile and run, type $ant rpc.client --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]