|
What this is
Other links
The source codeSample: POJO (Plain Old Java Object) ==================================== Introduction ============ This is an example POJO Web service. It shows how to expose the methods of a Java class as a Web service using Aixs2. 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> Building the Service ==================== 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. You can start the Axis2 server by running either axis2server.bat (on Windows) or axis2server.sh (on Linux)that are located in <AXIS2_HOME>/bin directory. The WSDL for this service should be viewable at: http://<yourhost>: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.