Changes for page ERGroupware
Last modified by Pascal Robert on 2012/10/08 09:15
From version 20.1
edited by Pascal Robert
on 2012/09/16 19:02
on 2012/09/16 19:02
Change comment:
There is no comment for this version
To version 24.1
edited by Pascal Robert
on 2012/09/16 18:51
on 2012/09/16 18:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,28 +1,25 @@ 1 1 = Actions = 2 2 3 3 |= Action name |= CalDAV |= MS Exchange |= Zimbra (SOAP) 4 -| Connecting to the store | CalDavCalendarStore calendarStore = new CalDavCalendarStore("**~/~/MacTI/MKS2Exchange**", new URL("**http:~/~/192.168.200.144*"), **PathResolver.KMS**); 5 -\\calendarStore.connect("**cpeltier**", "**migration**".toCharArray()); ** 6 -| ExchangeAuthenticator authenticator = new ExchangeAuthenticator("**DOMAIN 7 -\\ 8 -\\probert//aircourriel//**//", "**Migration12**".toCharArray()); 4 +| Connecting to the store | | ExchangeAuthenticator authenticator = new ExchangeAuthenticator("DOMAIN 5 +\\probert//aircourriel", "Migration12".toCharArray()); 9 9 \\Authenticator.setDefault(authenticator); 10 -\\ExchangeWebService service = new ExchangeWebService(new java.net.URL(" [[file:/Users/probert/Documents/OACIQ/Services.wsdl.xml>>file:UsersprobertDocumentsOACIQServices.wsdl.xml*]]"), new QName("http:~/~/schemas.microsoft.com/exchange/services/2006/messages", "ExchangeWebService"));7 +\\ExchangeWebService service = new ExchangeWebService(new java.net.URL("file:/Users/probert/Documents/OACIQ/Services.wsdl.xml"), new QName("http:~/~/schemas.microsoft.com/exchange/services/2006/messages", "ExchangeWebService")); 11 11 \\ExchangeServicePortType port = service.getExchangeWebPort(); 12 -\\((BindingProvider)port).getRequestContext().put(BindingProvider.USERNAME//PROPERTY, " **probert//aircourriel//**//");13 -\\((BindingProvider)port).getRequestContext().put(BindingProvider.PASSWORD//PROPERTY, " **Migration12**");9 +\\((BindingProvider)port).getRequestContext().put(BindingProvider.USERNAME//PROPERTY, "probert//aircourriel"); 10 +\\((BindingProvider)port).getRequestContext().put(BindingProvider.PASSWORD//PROPERTY, "Migration12"); 14 14 \\MailboxCultureType culture = new MailboxCultureType(); 15 15 \\culture.setValue("en-US"); 16 16 \\RequestServerVersion serverVersion = new RequestServerVersion(); 17 17 \\serverVersion.setVersion(ExchangeVersionType.EXCHANGE//2010//SP//1); 18 18 \\TimeZoneDefinitionType tzType = new TimeZoneDefinitionType(); 19 -\\tzType.setId(" **Eastern Standard Time**");16 +\\tzType.setId("Eastern Standard Time"); 20 20 \\TimeZoneContextType tzContext = new TimeZoneContextType(); 21 21 \\tzContext.setTimeZoneDefinition(tzType); 22 22 \\Holder<CreateItemResponseType> responseHolder = new Holder<CreateItemResponseType>(new CreateItemResponseType()); 23 23 \\ExchangeImpersonationType impersonation = new ExchangeImpersonationType(); 24 24 \\ConnectingSIDType sid = new ConnectingSIDType(); 25 -\\sid.setPrimarySmtpAddress(" **probert@aircourriel.com**");22 +\\sid.setPrimarySmtpAddress("probert@aircourriel.com"); 26 26 \\impersonation.setConnectingSID(sid); // 27 27 | URL url = new URL("**http**", "**192.168.3.10**", **1**, "/"); 28 28 \\ZMailbox.Options options = new ZMailbox.Options();