hier a simple prog:
using System;
namespace MyLinuxTest
{
class Class1
{
static void Main(string[] args)
{
localhost.LDAPService s=new localhost.LDAPService();
s.Create_DomainObject("de","thomas","217.114.79.33");
}
}
}
where localhost.ldapservice is a class from a webservice.