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
The issue im getting is that when I generate any new endpoints it generates the .pidl with the proc path as this
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.
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>
Is there some setup thing I'm missing here?
Thanks,
Robert.
Last edited: