Hi,
I am a newbie to webservices. We have a custom webservice for creating documents in CS. There is also a test client through which I input the data test data, once the document is created, the URL to the document is returned to the test client console (cmd prompt).
We are now trying to modify the functionality, wherein we need to return back the folder URL instead of the document URL. I had a peek at the code and it seemed easy, since in the existing code it was returning the dapinode.pID and I changed it to dapinode.pParentID. After the modifications, I ran the test client but it throws an error. If i revert back to the previous code and run the client it works fine.
In order to get the modifications working, do I need to do anything else apart from just changing the oscript code? We have configured the custom webservice over tomcat (by deploying the war file). Do I need to generate a new war file and deploy it again?
Appreciate any inputs that would help me resolve this issue.
Regards, Adarsh