Solved

Bizapi Development - Cannot Find Required Model

  • 6 July 2021
  • 4 replies
  • 325 views

Userlevel 5
Badge +14
  • Hero (Customer)
  • 275 replies

We are trying to develop Bizapi. We think there is a problem with the handler. What is wrong? We could not understand.

 

 

icon

Best answer by dhlelk 7 July 2021, 08:35

View original

This topic has been closed for comments

4 replies

Userlevel 3
Badge +5

@Yasas Kasthuriarachchi, please move this to the Technology (Infrastructure, Cloud, Integration, Dev Tools) section instead. He will have better luck finding someone that can answer his problem there since it relates to development (tools).

Userlevel 6
Badge +15

Hi @hhy38,

 

The error here is self-explanatory.
For you to develop a BizAPI, you need a handler.
The handlers are modeled and developed in the .serverpackage file.
Hence you are getting this error stating that, the developer studio is unable to find the Dener.serverpackage file inside your workspace.
First you need to develop and model the handler in Dener.serverpackage file and then reference it on your BizAPI.

Services Layer Development
Working with Server Packages

 

Cheers !
Dhananjaya.

Userlevel 7
Badge +30

Hi @ola.nissen thank you I have moved it to Technology forum.

Userlevel 5
Badge +14

Hi @hhy38,

 

The error here is self-explanatory.
For you to develop a BizAPI, you need a handler.
The handlers are modeled and developed in the .serverpackage file.
Hence you are getting this error stating that, the developer studio is unable to find the Dener.serverpackage file inside your workspace.
First you need to develop and model the handler in Dener.serverpackage file and then reference it on your BizAPI.

Services Layer Development
Working with Server Packages

 

Cheers !
Dhananjaya.

Thank you.