aspose file tools
The moose likes Web Services and the fly likes WS client to access  MS exchange server web services. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "WS client to access  MS exchange server web services." Watch "WS client to access  MS exchange server web services." New topic
Author

WS client to access MS exchange server web services.

Sanjay Chavan
Greenhorn

Joined: Nov 12, 2008
Posts: 11
I am very new to Web services.
I want to write a Java base web service client which will call MS Exchange server 2007 web services.
Please suggest me possible approaches.
Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
Do you have documentation for those web services? If you had a WSDL for it, then you could use a tool like wsdl2java (comes with Apache Axis2) to create Java client code for it. Other SOAP stacks -like Metro- have similar tools.


Android appsImageJ pluginsJava web charts
Sundar Murthi
Ranch Hand

Joined: Mar 05, 2004
Posts: 209
read here http://blogs.msdn.com/dotnetinterop/archive/2008/07/29/connecting-to-exchange-using-jax-ws-part-1.aspx
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WS client to access MS exchange server web services.
 
Similar Threads
How to load my OutLook calendar on Web
Receiveing notification from Exchange web services
open ms-word on web
Sending requests in xml
WSDL for only client server model?