Hello,
I have a requirement where I need to develop a web service using Rest APIs where I need to get the acknowledgement from the downstream system on the objects I have transferred. I have done the same using SOAP but now I have to do the same using REST. Since I do not have very much experience on REST, any suggestion would be very helpful.
Process followed for SOAP based web service:
i) Write bean classes with the attributes which I expect the downstream system to send.
ii) Write an xml with the bean classes as inputs and call a method in the said xml.
iii) Go to http://"Windchill URL"/RPC to generated the wsdl.
iv) Register the task on Task Delegate Administration.
iv) Provide the wsdl to the other interface.
Thanks,
Sha