Re: [ADVANCED-DOTNET] soapsuds.exe generated code problem

2002-09-04 Thread Chris Sells
Behalf Of Leon Finker > Sent: Tuesday, May 28, 2002 6:32 PM > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] soapsuds.exe generated code problem > > Hi all, > > Could anyone explain why I get exception with soapsuds generated code. > For example on the server side i have

[ADVANCED-DOTNET] soapsuds.exe generated code problem

2002-09-04 Thread Leon Finker
Hi all, Could anyone explain why I get exception with soapsuds generated code. For example on the server side i have the following types, [Serializable] public class Data { public int i=-1; } public class ServerType : MarshalByRefObject { public Data GetData() { return new Da