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
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