Skip to content

Instantly share code, notes, and snippets.

@senoritadeveloper01
Last active November 15, 2021 12:37
Show Gist options
  • Save senoritadeveloper01/0fd390e9f2ea9b05a4303b6d1b0f81f6 to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/0fd390e9f2ea9b05a4303b6d1b0f81f6 to your computer and use it in GitHub Desktop.
zimbra soap extension example request
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:zimbra" xmlns:urn1="urn:senoritadev">
<soapenv:Header>
<urn:context>
<urn:userAgent name="ZimbraWebClient - SAF3 (Win)" version="5.0.15_GA_2851.RHEL5_64" />
</urn:context>
</soapenv:Header>
<soapenv:Body>
<urn1:InboxUnreadCountRequest>
<urn1:email>admin@zimbra.nils.local</urn1:email>
<urn1:email>senorita@zimbra.nils.local</urn1:email>
<urn1:email>developer@zimbra.nils.local</urn1:email>
<urn1:email>test@zimbra.nils.local</urn1:email>
</urn1:InboxUnreadCountRequest>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment