Generate REST Endpoint Issue

Robert_Wilson

New Member
Hi All,

I've got an issue when generating new rest endpoints in my service. So currently all the procedures are in the folder structure AppServer/REST/ and this is the structure that my existing .pidl's use as their "ProcPath" like this
Code:
<wsadrocPath>AppServer\REST\</wsadrocPath>

The issue im getting is that when I generate any new endpoints it generates the .pidl with the proc path as this
Code:
<wsadrocPath>REST\</wsadrocPath>
which isn't correct. I can easily just add in the missing folder structure but I would like this to just generate correctly on it's own.

Is there some setup thing I'm missing here?

Thanks,
Robert.
 
Last edited:
This is an example of creating a new URI that links to an internal procedure in an existing procedure showing that it's changing the paths

The one on the left is the old .pidl and the one on the right is the new one with the new URI

1730300154273.png
 
There is a setting in the project settings that relates to "Modules" that I think may impact this path. Make sure that the AppServer folder is selected.
Thanks for the pointer, we've got AppServer selected in here but still same issue. I think I'm going to refactor the code base at some point which should hopefully resolve.
 
Back
Top