Forum Discussion
Hi,
For the guys looking for the answer, it seems my code doesn't work with Jscript, but it works with VBscript. I'm going to switch to VBscript for my Web Service.
For those monitoring this thread :)
Clarification from my point of view:
a) My opinion is that (for this given case) JScript code actually works exactly like its VBScript equivalent. The problem seems to be in the debugger's expression evaluator that does not properly displays the values for some inspected objects. But the objects itself are created properly. I think that this problem should be reported to Support;
b) I think that VBScript is the worst choice for Web Services testing. The reason is that it does not support exceptions handling (and On Error GoTo Next is extremely inconvenient for the given case) and this may cause coding problems for the negative tests (the tests that use incorrect or incomplete data for purpose) when an exception is expected from the tested web service.
Related Content
- 11 years ago
Recent Discussions
- 16 hours ago