Hello there,

Is that normal that when we create some webservice with method new(optional byval x as string=""), that method is only called at same time that calling other methods and not when instancing the class itself?
Even more weird is that when we instance the webservice soap client, the new() method is detected without any params.