AjaxTK vs Backbase client implementation

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
fvant
Posts: 1
Joined: Fri Sep 12, 2014 9:57 pm

AjaxTK vs Backbase client implementation

Post by fvant »

Is the browser to server communication open enough to allow for other client (browser) implementations than AjaxTK ?
Having some experience in the Backbase Presentation Client (backbase.com) i'd like to explore using that rather than learning a whole new library.
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

AjaxTK vs Backbase client implementation

Post by 14319KevinH »

Yes. All the browser server comunication is over SOAP/XML. You can see the actual requests and respones if you append ?debug=1 in the address bar. Or you can type "$set:debug 1" into the search bar which will turn on debug.
The full SOAP api is explained in the source at ZimbraServer/docs/soap.txt
Post Reply