Tagged Questions

1
vote
1answer
372 views

zimbra calendar api?! soap java

I've a question about the soap-java implementation for zimbra. I'm writing a java-client wich should show calendar entrys from a USER. for example: user=testuser, all entrys between 01.01.2011 to ...
0
votes
2answers
51 views

Can I generate a regression test suite automatically?

We're looking at an upgrade from zimbra 6 to zimbra 7, and we want to avoid regressions in the account lifecycle software we wrote to integrate with it. Since most things are documented by a WSDL ...
0
votes
0answers
118 views

ZMailBox Zimbra problem

I'm trying to use ZMailBox to use the Zimbra's SOAP API. When I try to connect, I got this error : Unable to determine platform because \opt\zimbra\.platform does not exist. My code is : ...
0
votes
1answer
340 views

Zimbra SOAP API authenticate using zm_auth_token in java

I want to authenticate a user using the zm_auth_token that I dispose : For the moment, I'm doing this : LmcAuthRequest auth = new LmcAuthRequest(); auth.setUsername(userName); ...
0
votes
0answers
561 views

Error sending a SOAP request to Zimbra: the trustAnchors parameter must be non-empty

I have been looking to find the cause of the problem on the web but could not find the solution or even the cause of this problem. I am doing some testings with Zimbra and try to the a simple SOAP ...
0
votes
2answers
144 views

Zimbra connector

I just discovered Zimbra and have a connector in Java to write. I have been looking on the web to find some documentation or experience from other people but could not find anything. Is there any good ...
0
votes
3answers
411 views

Looking for Java binary for Mac OS X

I'm trying to build zimbra from source on a mac mini running on mac os x 10.4.10. It seems that I need a file like this "jdk-1_5_0_16-linux-i586.bin" but I can't seem to find a jdk binary that is ...