[Mono-list] how do i make a webreferenz ?

Thomas Warnick tw@engine.de
Sat, 9 Nov 2002 02:37:58 +0100


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.