Search found 28 matches

by parin
Mon Dec 09, 2013 1:24 am
Forum: Developers
Topic: Faulty JSON response for SendMsgResponse
Replies: 3
Views: 1532

Faulty JSON response for SendMsgResponse

@Gren
Hi,
i discoverd same issue in SaveDraftResponse as well. so i think the API documentation should be reassessed !. please report it.
Thank You.
by parin
Sun Dec 08, 2013 11:35 pm
Forum: Developers
Topic: Faulty JSON response for SendMsgResponse
Replies: 3
Views: 1532

Faulty JSON response for SendMsgResponse

Thank you @gren.
by parin
Tue Dec 03, 2013 6:25 am
Forum: Developers
Topic: Faulty JSON response for SendMsgResponse
Replies: 3
Views: 1532

Faulty JSON response for SendMsgResponse

Hi, according to soap structure for SendMsgResponse the response should be, ## SendMsgResponse ## Id but what i am getting in JSON response is,something like this. {"SendMsgResponse":{"m":[{"id":"2425"}],"_jsns":"urn:zimbraMail"}},"_js...
by parin
Mon Dec 02, 2013 2:57 am
Forum: Developers
Topic: How to send emails with Zimbra Java API?
Replies: 9
Views: 6395

How to send emails with Zimbra Java API?

[quote user="roby.tea"]Hello parin, I followed this article: Extending Zimbra with Server Extensions :: Zimbra :: Blog and the source code at imbraHelloWorldsrcjavacomzimbraextension Roberto[/QUOTE] Thanx rody.tea for sharing that post here. but i think this blog post is about extending Zi...
by parin
Mon Dec 02, 2013 12:52 am
Forum: Developers
Topic: How to send emails with Zimbra Java API?
Replies: 9
Views: 6395

How to send emails with Zimbra Java API?

@roby.tea
As i told you in previous post, i dont know how to use that soap extension in project,i have no idea about this code. if you know how to use them,please share with us.
Thanx.
by parin
Mon Dec 02, 2013 12:51 am
Forum: Developers
Topic: SOAP response structure for GetContactsRequest
Replies: 15
Views: 4578

SOAP response structure for GetContactsRequest

@gren,@liverpoolfcfan Thank you both of you for giving responses. but still i am unable to express what problem i am facing. you will think this as a counter argument. but the fact is i am unable to make you understand what my problem is. i request you to read my actual problem in the post below. [Q...
by parin
Fri Nov 29, 2013 5:35 am
Forum: Developers
Topic: How to send emails with Zimbra Java API?
Replies: 9
Views: 6395

How to send emails with Zimbra Java API?

@roby.tea if you dont want to use any zimbra class, there is option of SAAJ api for java. you can construct a SOAP message for request like sendmessage according to the structure shown in zimbra SOAP api. using same api you can then send this message to your server and get reply. reply message will ...
by parin
Fri Nov 29, 2013 12:06 am
Forum: Developers
Topic: SOAP response structure for GetContactsRequest
Replies: 15
Views: 4578

SOAP response structure for GetContactsRequest

Actually we can not say it is a bug of the web ui.. that is the only problem i am talking about.. user can enter anything of any type inside address.like you tried to enter 5 addresses of same type HOME. now what happens is when we try to fetch that contact from SOAP request,the resulting response h...
by parin
Thu Nov 28, 2013 7:55 am
Forum: Developers
Topic: SOAP response structure for GetContactsRequest
Replies: 15
Views: 4578

SOAP response structure for GetContactsRequest

@liverpoolfcfan I got it for parsing Emails.we can do same in Java like above code.. but how will you parse addresses..to make the case more worsen enter random single values in multiple address like in adress 1 with type home enter only City. in address 2 with type Other enter only Street. and in a...
by parin
Thu Nov 28, 2013 7:16 am
Forum: Developers
Topic: SOAP response structure for GetContactsRequest
Replies: 15
Views: 4578

SOAP response structure for GetContactsRequest

@liverpoolfcfan exactly correct.. we see a response part only. but my question is how it is going to store in underlying database. take an example of emails just as above and we have table relationship like Contact Table for contact details and Email table for contactEmail details. now Contact and C...