Difference between revisions of "WSDL"
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | = | + | =WSDL= |
− | {{KB|{{Unsupported}}|{{ZCS | + | {{KB|{{Unsupported}}|{{ZCS 8.8}}|{{ZCS 9.0}}||}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | The | + | {{Quotation|quote=The Web Services Description Language (WSDL /ˈwɪz dəl/) is an XML-based interface description language that is used for describing the functionality offered by a web service. The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns.|reference=[https://en.wikipedia.org/wiki/Web_Services_Description_Language Wikipedia]}} |
− | |||
− | For additional documentation, see [[SOAP_API_Reference_Material_Beginning_with_ZCS_8.0|SOAP API Reference Material Beginning with ZCS 8.0]] | + | ==Obtaining Zimbra WSDL documents== |
− | {{Article Footer|Zimbra Collaboration | + | Starting from ZCS 8, your Zimbra server provides 3 different WSDL documents for download via HTTP. |
+ | For instance, if your server is called '''zimbra.example.com''' then the URLs are: | ||
+ | |||
+ | * Admin SOAP API - <code><nowiki>https://zimbra.example.com/service/wsdl/ZimbraAdminService.wsdl</nowiki></code> | ||
+ | |||
+ | * User SOAP API - <code><nowiki>https://zimbra.example.com/service/wsdl/ZimbraUserService.wsdl</nowiki></code> | ||
+ | |||
+ | * Full SOAP API - <code><nowiki>https://zimbra.example.com/service/wsdl/ZimbraService.wsdl</nowiki></code> | ||
+ | : The Full SOAP API includes all of the Admin and User APIs. | ||
+ | Note that these documents aggregate XML schema files like <code><nowiki>https://zimbra.example.com/service/wsdl/zimbraAccount.xsd</nowiki></code>. | ||
+ | |||
+ | ==Related== | ||
+ | |||
+ | * For additional documentation of the SOAP API, see [[SOAP_API_Reference_Material_Beginning_with_ZCS_8.0|SOAP API Reference Material Beginning with ZCS 8.0]] | ||
+ | |||
+ | {{Article Footer|Zimbra Collaboration 9.0, 8.8|2014-04-16}} | ||
+ | [[Category:ZCS 9.0]] | ||
+ | [[Category:ZCS 8.8]] |
Revision as of 17:48, 5 May 2020
WSDL
The Web Services Description Language (WSDL /ˈwɪz dəl/) is an XML-based interface description language that is used for describing the functionality offered by a web service. The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns.
— Wikipedia
Obtaining Zimbra WSDL documents
Starting from ZCS 8, your Zimbra server provides 3 different WSDL documents for download via HTTP. For instance, if your server is called zimbra.example.com then the URLs are:
- Admin SOAP API -
https://zimbra.example.com/service/wsdl/ZimbraAdminService.wsdl
- User SOAP API -
https://zimbra.example.com/service/wsdl/ZimbraUserService.wsdl
- Full SOAP API -
https://zimbra.example.com/service/wsdl/ZimbraService.wsdl
- The Full SOAP API includes all of the Admin and User APIs.
Note that these documents aggregate XML schema files like https://zimbra.example.com/service/wsdl/zimbraAccount.xsd
.
Related
- For additional documentation of the SOAP API, see SOAP API Reference Material Beginning with ZCS 8.0