Hello,
I followed the example from this tutorial: https://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/web-ui-todo-rest.html.
I saw that you can call a TeamModelledRestService from Jazz Web UI using a com.ibm.team.repository.web.transport.ServiceRequest object. My question is how can I call a service of type SimpleRestService? Do I need to create a ServiceRequest object, too? If I do, then what method should I pass as a parameter for the ServiceRequest constructor? I must add that the content-type of the service return is XML. And also, what is the difference between ibm.team.repository.web.transport.ServiceRequest and ibm.team.repository.web.transport.RestRequest ?
Thank you,
Oana Hategan