Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, Can i use this as sign in service with zimbra's account ? #1

Closed
teknosains opened this issue Sep 17, 2014 · 3 comments
Closed

Hi, Can i use this as sign in service with zimbra's account ? #1

teknosains opened this issue Sep 17, 2014 · 3 comments

Comments

@teknosains
Copy link

I meant to make a single-sign-on service with zimbra email, can use this class ?

@teknosains
Copy link
Author

I test it and got error

Parse error: syntax error, unexpected 'instance' (T_STRING), expecting variable (T_VARIABLE) or '$'

at this line

$api = new \Zimbra\AdminFactory::instance('https://dcdc.mydomain.net:7071/');

@xrevenge
Copy link

xrevenge commented Mar 8, 2015

Hello,

I have the same problem. I can not use zimbra-api projetc.

Any ideaa?

@Setitch
Copy link

Setitch commented Mar 17, 2015

I fixed it using

    $js = new \Zimbra\Enum\RequestFormat('js');
    $api = new \Zimbra\Admin\Http('https://mailrelayserver.com/service/soap/', $js);

As for some reason the code provided in ,,tutorial'' was not working for me either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants