Hi!
i am using the WSE 3.0 and hosting an WebService. Now i generated a a class with the provided tool (WseWSDL3.exe). It seems to work, but when i enable exception i get this error in the created proxy class, when i create a new instance in the code:

/// <remarks/>
public MultiplexerAgen tWebServiceWSE( ) <--- error occurs here
{
this.Url = "blabla";
}...