Page 1 of 1

Send a TRemotable class from client to SOAP server w/ TStrin

PostPosted: September 26th, 2003, 11:56 am
by vinisol
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

PostPosted: September 28th, 2003, 5:28 pm
by Kambiz
Did you registered the class on the client side? (sorry if my question sounds stupid).