Unable to find service - REST API

Just another Rest API drama…

I am trying to access Erp.BO.ConfigurationRuntimeExtSvc but get an error “Unable to find service”

I tried it in both Live version and Test…

Any ideas what is going on?/
Thanks
Anya

I have not specifically attempted to use that BO but does something like this return?

https://erp-task01.sistemaplastics.com/epicorerp10/api/v1/Erp.BO.SalesOrderSvc/SalesOrders

The error means that there is assembly Erp.Contracts.BO.ConfigurationRuntimeExt.dll, but there is no corresponding service assembly Erp.Services.BO.ConfigurationRuntimeExt.dll
It is some non-standard implementation, and you cannot use it in REST calls now.

1 Like

If @Olga is correct (She usually is) then that’s a nice ticket to open - Foo Service not exposed for REST Endpoints. I log those internally myself from time to time. Attaching a customer name to an issue helps a ton. PUULLLEEASE

4 Likes