using rtc api to get a workitem resource representation in rdf+xml format truncates the output
When i try to do a get on a certain workitem using REST client, the output is truncated. My URL looks like:
https://clmserver/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/110328
with the following headers:
Accept: application/xml
OSLC-Core-Version: 2.0
Content-Type: application/rdf+xml
Any ideas why the output gets truncated?
Appreciate help.
Thanks,
Binoy
https://clmserver/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/110328
with the following headers:
Accept: application/xml
OSLC-Core-Version: 2.0
Content-Type: application/rdf+xml
Any ideas why the output gets truncated?
Appreciate help.
Thanks,
Binoy
Comments
Donald Nong
Feb 01 '16, 5:57 p.m.How is it truncated? What's the size of the response when truncated? What is the client (Java code, browser, or other tools)?
Binoy D'costa
Feb 03 '16, 1:31 p.m.The result output xml ends abruptly. How do I see the size of the response? Running it on Chrome using rest client.
Donald Nong
Feb 10 '16, 10:59 p.m.Launch the Developer Tool by pressing Ctrl+Shift+I, resend the request and check the information in the Network panel.