You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/10/27 08:25:49 UTC

svn commit: r468293 - /webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt

Author: sanka
Date: Thu Oct 26 23:25:48 2006
New Revision: 468293

URL: http://svn.apache.org/viewvc?view=rev&rev=468293
Log:
Add a README file for the POJO sample

Added:
    webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt

Added: 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=auto&rev=468293
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt Thu Oct 26 23:25:48 2006
@@ -0,0 +1,22 @@
+
+This is an example POJO web service. It shows how to expose the methods of a Java class as a web service using Aixs2. 
+
+To build the sample service you must have set the AXIS2_HOME environment variable and 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>
+
+To build the sample service, type:
+$ant 
+
+This should build a AdressBookService.aar that can be deployed as a Axis2 web service.
+
+To deploy the  AdressBookService.aar, copy it to  <AXIS2_HOME>/repository/services directory and restart the server.
+
+The WSDL for this service should be viewable at:
+http://<yourhost>:<yourport>/axis2/services/AdressBookService?wsdl 
+
+You can run the address_book_client/AddressBookClient.java that uses RPCServiceClient to invoke  methods of this web service just like method invocations of Java Objects.
+
+
+



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org