I have major SOAP connectivity issues as well and have almost given up pursuing this. I tried using the Java code mentioned in an earlier post to no avail. Here is my code and the errors are meaningless as i dont have the source code for SoapTransport..
SoapProvisioning sp = new SoapProvisioning();
sp.soapSetURI("https://localhost:7071/zimbraAdmin/");
sp.soapAdminAuthenticate("admin","password");
createZimbraAccount = sp.createAccount("username", "password", getMap());
and my error is ...
at org.apache.commons.logging.LogFactory.getLog(LogFa ctory.java:353)
at org.apache.commons.httpclient.HttpClient.<clinit>( HttpClient.java:69)
at com.zimbra.soap.SoapHttpTransport.<init>(SoapHttpT ransport.java:61)
at ZimbraSoap.createUser(ZimbraSoap.java:173)
at ZimbraSoap.main(ZimbraSoap.java:42)
Ive included zimbrastore.jar into my project along with the other jar files. is your issue similar to this ... |