KKop
13 years agoOccasional Contributor
Connected to Web Services, now what
I have successfully connected to QAComplete WS from Java, both with and without authentication.
My problem is that the documentation does not really explain how to proceed from there. (I also downloaded the .NET application from SmartBear's website and looked at its code).
Is there a diagram available that explains how the various objects work together?
As an example, I am trying to get a test's properties through WS. One of the questions I have is why is the id always required as a parameter?
Is there a way to ask for an object's (test) properties by test name instead of ID? This seems to be a more practical way than by ID.
A short code example would be great.
Thanks.
My problem is that the documentation does not really explain how to proceed from there. (I also downloaded the .NET application from SmartBear's website and looked at its code).
Is there a diagram available that explains how the various objects work together?
As an example, I am trying to get a test's properties through WS. One of the questions I have is why is the id always required as a parameter?
Is there a way to ask for an object's (test) properties by test name instead of ID? This seems to be a more practical way than by ID.
A short code example would be great.
Thanks.