Zimbra SOAP API

编程入门 行业动态 更新时间:2024-10-25 10:34:34
本文介绍了Zimbra SOAP API - java?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我需要将 Zimbra Soap API 用于我们正在开发的新功能.但是,我无法找到很多使用此 API 的 Java 客户端示例,而且总体上我对需要研究的内容有些迷茫.(一般来说,我对使用 SoAP 还很陌生)

I need to use the Zimbra Soap API for a new feature we're working on. However, I have not been able to find a lot of examples of Java clients using this API and I am overall a bit lost as to what I need to look into. (I am pretty new to using SoAP in general)

基本上,我需要发送用户名并为用户获取某种 zimbra ID,使用我的 java 代码修改用户信息,然后将该数据推送回服务器.

Basically, I will need to send a username and get some sort of zimbra ID for the user, modify user info with my java code, and then push that data back to the server.

我在服务器上找到了用于此的 wsdl 文件,但我不知道从哪里开始.任何帮助将不胜感激 - 从高级解释到示例再到详细步骤.

I have found the wsdl files for this on the server, but I'm not sure where to go from here. Any help would be appreciated - anything from high level explanations to examples to detailed steps.

提前致谢!

推荐答案

遗憾的是,Zimbra SOAP API 并不是真正的 SOAP.它基本上是 XML-over-HTTP.因此,您必须手动创建发送到 zimbra 的 xml 文档.

Sadly, the Zimbra SOAP API isn't really SOAP. It's basically XML-over-HTTP. So you'll have to manually create the xml-documents you send to zimbra.

我不知道 Java 库,我做了一个 Python 一个.

I don't know about a Java library for this, I did a Python one.

这篇关于Zimbra SOAP API - java?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-26 06:24:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1130481.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Zimbra   SOAP   API

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!