Hi, I have the following Problem:
I implemented a Webservice via the SEGW transaction. Then I implemented the Methods in the ..._DCP_EXT Class. Now I need to set a breakpoint in one of my methods in this class because I want to debug it. The problem is, that when I call the webservice via my browser, I dont reach the breakpoint and I dont know why.
How to set a breakpoint for a method of a implemented OData webservice?