Now i use the following commands:
DO saaisproxy
*** Create Proxy Instance & specify .NET version
loProxy = CREATEOBJECT("SAAISProxy","V2")
*** Call your methods and retrieve result
lcResult = loProxy.getsaaisclients(DATETIME(),'2004007026706',01,2013)
*** Check for error message if result is failing
? loProxy.cErrorMsg
?'rez'
?lcResult
There are no errors and lcResult is returned as object.
Now i want to find how to obtain the data contained in this object. Thank you.
Best regards