How to extract sprint details and its tasks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to extract sprint details and its tasks?
Hi All,
I am in the process of creating a mobile App and need to fetch all the sprint related information from PTC Integrity Lifecycle Manager (with Agile Solution) and display it in mobile App. I need to display Sprint details with all the tasks in it with estimated and logged hours till date. Can anybody please provide some references to the webservices available for fetching this information and some examples if any?
- Labels:
-
Requirements & Validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I would suggest that you use SoapUI and import the Integrity wsdl file.
This would allow you to test all WebServices and when done build your own app on top of it.
Attaching herewith a picture:
- in the middle is the WebService Call for getting All Defects
- the right side of the app displays the result.
The wsdl file that I have imported was this: Integrity_10_2.wsdl. Its usually available from the server.
Furthermore, you can use a wsdl analyser tool to get even more details (if needed).
There is also a documentation available, file name is usually "WebServicesReference_Integrity_10_9.pdf"
see also this entry:
Does all this help?
Looking forward to seeing your Mobile App in action!
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Thanks for quick response.
I will implement as per your suggestion.I will let you know if I need any further help.
