WS client to access MS exchange server web services.
Sanjay Chavan
Greenhorn
Joined: Nov 12, 2008
Posts: 11
posted
0
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
posted
0
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.