You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1-> You have to write the URL you usually use to connect to Zimbra server by admin console.
In example if you reach your admin console by https:mail.yourdomain.tld:7071 you have to use https:mail.yourdomain.tld:7071/service/admin/soap.
2-> You have to auth with credentials of an admin account you've previously set up (in example [email protected] and its password)
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
soap:Body
soap:Fault
soap:Code
soap:Valuesoap:Receiver</soap:Value>
</soap:Code>
soap:Reason
soap:Textsystem failure: Request not allowed on port 7071</soap:Text>
</soap:Reason>
soap:Detail
1-> In this line which soap url will be used
$api = \Zimbra\Admin\AdminFactory::instance('https://localhost:7071/service/admin/soap');
I am bit confused about this url "https://localhost:7071/service/admin/soap"
2-> $api->auth('username', 'password');
for this line what credential will be used.
Please give me some explanation.
The text was updated successfully, but these errors were encountered: