Forum Discussion
AlexKaras
10 years agoChampion Level 3
Hi,
a) Objects cannot be transferred by Web Services, but only their serializations (which are usually strings);
b) Result.Object = BuiltIn.CreateVariantArray(0,1);
this creates an array with two elements (with indexes 0 and 2) but in the cycle
for (var i=0; i<2;i++)
you are trying to address three elements. (BuiltIn.VarArrayLowBound() and BuiltIn.VarArrayHighBound() are recommended to avoid such mistakes);
c) Are you using the code generated by TestComplete or crafted by yourself?
If you can send me (through this thread or privately) the contents of the WebServices folder of your project I will try to help you with the code.
Related Content
- 11 years ago
Recent Discussions
- 17 hours ago