Evilchen | 24 Jan 2012 15:58
Picon
Favicon

Ingo backends driver for SOAP requests

Hello together,

i want to write a backend for Ingo that makes it possible to  
communicate with an ISPconfig installation. ISPconfig gives me an SOAP  
API to make, edit, update and delete maildrop (or other) filters but  
in the moment i can't see an option to make horde talk with ISPconfig.

So i have to make me such an option. But it seems, ingo has no SOAP  
driver capabilities in the moment?
would you see any chances for me to add one?
or have you any hints for me, that makes my work easier? i'm not so  
fine with php and that makes it not better for me ;)

kind regards,
Tobias

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Jan Schneider | 24 Jan 2012 16:23
Favicon
Gravatar

Re: Ingo backends driver for SOAP requests


Zitat von Evilchen <evilchen@...>:

> Hello together,
>
> i want to write a backend for Ingo that makes it possible to  
> communicate with an ISPconfig installation. ISPconfig gives me an  
> SOAP API to make, edit, update and delete maildrop (or other)  
> filters but in the moment i can't see an option to make horde talk  
> with ISPconfig.
>
> So i have to make me such an option. But it seems, ingo has no SOAP  
> driver capabilities in the moment?

No.

> would you see any chances for me to add one?

Sure.

> or have you any hints for me, that makes my work easier? i'm not so  
> fine with php and that makes it not better for me ;)

Do I understand it correctly that you just need this driver to get the  
actual script to the server via SOAP? I.e. the actual rules script is  
a regular script for Maildrop, Procmail, etc?

Then you "just" need to implement an Ingo_Transport_Soap class. Take a  
look at the existing classes for examples. You basically need to  
implement the setScriptActive() and getScript() methods.
(Continue reading)

Evilchen | 24 Jan 2012 18:48
Picon
Favicon

Re: Ingo backends driver for SOAP requests

Zitat von Jan Schneider <jan@...>:

>
> Zitat von Evilchen <evilchen@...>:
>
>> Hello together,
>>
>> i want to write a backend for Ingo that makes it possible to  
>> communicate with an ISPconfig installation. ISPconfig gives me an  
>> SOAP API to make, edit, update and delete maildrop (or other)  
>> filters but in the moment i can't see an option to make horde talk  
>> with ISPconfig.
>>
>> So i have to make me such an option. But it seems, ingo has no SOAP  
>> driver capabilities in the moment?
>
> No.
>
>> would you see any chances for me to add one?
>
> Sure.
>
>> or have you any hints for me, that makes my work easier? i'm not so  
>> fine with php and that makes it not better for me ;)
>
> Do I understand it correctly that you just need this driver to get  
> the actual script to the server via SOAP? I.e. the actual rules  
> script is a regular script for Maildrop, Procmail, etc?
>
> Then you "just" need to implement an Ingo_Transport_Soap class. Take  
(Continue reading)

Jan Schneider | 24 Jan 2012 19:10
Favicon
Gravatar

Re: Ingo backends driver for SOAP requests


Zitat von Evilchen <evilchen@...>:

> Zitat von Jan Schneider <jan@...>:
>
>>
>> Zitat von Evilchen <evilchen@...>:
>>
>>> Hello together,
>>>
>>> i want to write a backend for Ingo that makes it possible to  
>>> communicate with an ISPconfig installation. ISPconfig gives me an  
>>> SOAP API to make, edit, update and delete maildrop (or other)  
>>> filters but in the moment i can't see an option to make horde talk  
>>> with ISPconfig.
>>>
>>> So i have to make me such an option. But it seems, ingo has no  
>>> SOAP driver capabilities in the moment?
>>
>> No.
>>
>>> would you see any chances for me to add one?
>>
>> Sure.
>>
>>> or have you any hints for me, that makes my work easier? i'm not  
>>> so fine with php and that makes it not better for me ;)
>>
>> Do I understand it correctly that you just need this driver to get  
>> the actual script to the server via SOAP? I.e. the actual rules  
(Continue reading)

Jan Schneider | 24 Jan 2012 19:15
Favicon
Gravatar

Re: Ingo backends driver for SOAP requests


Zitat von Evilchen <evilchen@...>:

> Zitat von Jan Schneider <jan@...>:
>
>>
>> Zitat von Evilchen <evilchen@...>:
>>
>>> Hello together,
>>>
>>> i want to write a backend for Ingo that makes it possible to  
>>> communicate with an ISPconfig installation. ISPconfig gives me an  
>>> SOAP API to make, edit, update and delete maildrop (or other)  
>>> filters but in the moment i can't see an option to make horde talk  
>>> with ISPconfig.
>>>
>>> So i have to make me such an option. But it seems, ingo has no  
>>> SOAP driver capabilities in the moment?
>>
>> No.
>>
>>> would you see any chances for me to add one?
>>
>> Sure.
>>
>>> or have you any hints for me, that makes my work easier? i'm not  
>>> so fine with php and that makes it not better for me ;)
>>
>> Do I understand it correctly that you just need this driver to get  
>> the actual script to the server via SOAP? I.e. the actual rules  
(Continue reading)


Gmane