cancel
Showing results for 
Search instead for 
Did you mean: 

SEGW, no 'service implementation' subnodes

Former Member
0 Kudos

Normally after creating entity in segw, in 'Service implementation' node there appears positions like

'create'

'delete'

etc

In my case there is no this position (like on attached screen)

Please for advise.

regards

Lukasz

Accepted Solutions (0)

Answers (1)

Answers (1)

BramDP
Discoverer
0 Kudos

You have to define a Entity Set for your different Entity Types first. Afterwards you can implement CRUD operations for this Entity Set.

Right-click Entity Sets and click Create. Fill in a name for the set (e.g. if you have a entity 'Product', you could give it the name 'Products' or 'ProductSet') and select the corresponding entity.