This document was generated from CDN thread
Created by: Tan An Chen on 08-06-2010 01:07:52 AM
The attached Ecplise.docx will give you step by step instruction also include screen shot to get the first SchedulingAPI result.
You can using the attached build.xml and modify common.properties for your development enviornment to generate the stub code from the WSDL file.
You can use the attached axis2.xml or
get a copy of axis2.xml from apache axis2 1.4.1/conf. And add <module ref="rampart"/>
in the Global Modules section. If you don't have the addressing module, you need to remove the module from axis2.xml.
The attached sample java code SchedulingAPIManager.java will show you how to get the first SchedulingAPI result.