- Install following
- JDK (1.5 or above)
- Apache Axis2 (I used Axis 1.4.1)
- Apache Ant
- Configure following environment variables
- JAVA_HOME
- AXIS2_HOME
- ANT_HOME
- Append following to PATH
- %JAVA_HOME%\bin;%AXIS2_HOME%\bin;%ANT_HOME%\bin
- Ensure that you can run the following commands from command line
- java
- wsdl2java
- ant
Sunday, March 28, 2010
Consuming Exchange Web Service from Java – Setup Environment
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment