
The one thing I notice from version to version is the huge array of table tags that get generated for content. I am looking forward to your feedback on this. This is a more generalized question, but I am unclear on where to post this as it relates to development, so please move this post if there is a better location for it. JOptionPane.showMessageDialog(null, "GetMsgResponse - " + getMsgResp.toString()) GetMsgResponse getMsgResp = portType.getMsgRequest(getMsgRqst) GetMsgRequest getMsgRqst = new GetMsgRequest() JAXBElement context = factory.createContext(ch)

HeaderContext ch = factory.createHeaderContext() zimbra.ObjectFactory factory = new zimbra.ObjectFactory() JOptionPane.showMessageDialog(null, "Token - " + authToken) String authToken = authResponse.getAuthToken()

ZcsPortType portType = svc.getZcsServicePort() ĪccountSelector accountSelector = new authRequest = new AuthRequest() ĪtPersistAuthTokenCookie(true) ĪuthResponse authResponse = thRequest(authRequest) If(ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &protocol) != LDAP_OPT_SUCCESS)įprintf(stderr, "Could not set LDAP_OPT_PROTOCOL_VERSION %d\n", protocol) įprintf(stderr, "ldap_sasl_interactive_bind_s: %s\n", ldap_err2string(rc)) įprintf(stdout, "Authentication succeeded\n") Interact->len = strlen((char *)interact->result) Ĭhar *sasl_mech = ber_strdup("DIGEST-MD5") Ĭhar *ldapuri = ber_strdup("ldap://") įprintf(stderr, "ldap_initialize: %s\n", ldap_err2string(rc)) Interact->result = (dflt & *dflt) ? dflt : (char *)"" Printf("my_sasl_interact asked for unknown %ld\n",interact->id) Sasl_interact_t *interact = (sasl_interact_t *)in Ĭhar *dflt = (char *)interact->defresult My_authdata *auth = (my_authdata *)defaults

Int my_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) MYAUTHTOKENTest email - with attachmentMail with attachment and CCĮssentially, if I pull the attach stuff out the email sends no problem, but with it I get the error.

I am assuming that document-path is the LOCAL path and file name. Like I said, everything works except the attaching of the file. According to the soap.txt file for SendMsgRequest, it has. My problem occurs when I attempt to send a message with an attachment, it fails with the error NO SUCH ITEM. I can authenticate a user and send a message using SendMsgRequest with no problems. Okay, for the past couple of days I have been investigating the user of the Zimbra Soap API, and so far I have been fairly successful.
