I'm trying to control a mail server from Perl (ArGoSoft Mail Server .NET). All it provides for this purpose is a .NET remoting interface (read more at http://en.wikipedia.org/wiki/.NET_Remoting).
I'm not very familiar with .NET and all my system is based on Apache and Perl (some on Windows, some on Linux). I need to control the mail server from Perl, being able to see, add or delete domains and users, along with other related stuff. All that can be done using the remoting interface, which is actually used by the ArGoSoft Web Interface, which naturally runs only on IIS.
I'm trying to find a way to communicate with that remoting interface from Perl. Again, I'm not very familiar with .NET, but seems to be some kind of web service that uses binary data. If I try to connect to it from telnet, I cannot do anything and reponds with an error as soon as I start typing anything.
Also, I used a sniffer to see the communication between the Web Interface and the remoting interface and 50% of what I got was binary data.
So, I'm wondering if someone here can think of a possible solution to this.
Thanks in advance,
Francisco