vinisol Member
Joined: 26 Sep 2003 Posts: 1
|
Posted: 26/09/03 11:56 Post subject: Send a TRemotable class from client to SOAP server w/ TStrin |
|
|
Hello
I have a function in my server Interface that its parameter is a class descendent of TRemotable.
In the client, I instanciate this class and I have a property of type TStringList that is instaciated and feed in the constructor of the class.
When the function is called passing the class as paremeter, the client gives a message of Access Violation. If I comment the line in the constructor of the class that create the property TStringList no message appear to me.
Please, anyone knows what it could be????
Vinicius Solano |
|