Exchange Web Services client

Client for Microsoft Exchange Web Services

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.nblair
ArtifactId

ArtifactId

exchange-ws-client
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Exchange Web Services client
Client for Microsoft Exchange Web Services
Source Code Management

Source Code Management

https://github.com/nblair/exchange-ws-client

Download exchange-ws-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nblair/exchange-ws-client/ -->
<dependency>
    <groupId>com.github.nblair</groupId>
    <artifactId>exchange-ws-client</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/exchange-ws-client/
implementation 'com.github.nblair:exchange-ws-client:0.0.2'
// https://jarcasting.com/artifacts/com.github.nblair/exchange-ws-client/
implementation ("com.github.nblair:exchange-ws-client:0.0.2")
'com.github.nblair:exchange-ws-client:jar:0.0.2'
<dependency org="com.github.nblair" name="exchange-ws-client" rev="0.0.2">
  <artifact name="exchange-ws-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='exchange-ws-client', version='0.0.2')
)
libraryDependencies += "com.github.nblair" % "exchange-ws-client" % "0.0.2"
[com.github.nblair/exchange-ws-client "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jvnet.jaxb2_commons : jaxb2-basics-runtime jar 0.6.0
org.apache.httpcomponents : httpclient jar 4.1.2
org.springframework.ws : spring-ws-core jar 2.1.0.RELEASE
org.springframework.ws : spring-ws-security jar 2.1.0.RELEASE

runtime (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.16

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 3.1.1.RELEASE
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0
org.apache.commons : commons-math jar 2.2

Project Modules

There are no modules declared in this project.

Build Status

exchange-ws-client

Client for Exchange Web Services that is implemented using Spring Web Services.

Uses Spring Web Services 2.1, Spring 3.1, and Http Components 4.1.

Has support for BASIC HTTP Credentials or Exchange Impersonation.

Spring configuration can be found inside src/main/resources/com/microsoft/exchange.

Notes

This project contains a Java Keystore containing the certificates used to sign Office 365's Exchange services. The file is in src/main/resources/ews.truststore, and there is no password.

Versions

Version
0.0.2