I found this little article about writing SOAP clients for Crucible/Fisheye,
I am unable to locate/find wsdl path on crucible instance. Any hints/examples of soap clients would be much appreciated.
Also is it possible to fetch information of all active users in Crucible/Fisheye? I don't see any API's for this.
That's one way to answer the question. lol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you define 'active'?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is for an earlier version of Crucible. Use REST API. See https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html#d2e2332 for getting users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jobin,
Thanks for the response.
I could guess SOAP is no more supported but was not sure enough. I went throgh the link pointing to REST API showcasing fetching of Crucible users information.
My requirement is to write a client which would fetch information about users who are logged into Crucible at that given point of time (I am terming this as active users). I don't see any API's listed in the link provided by you to support this? Is it possible or not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think that is possible yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.