Write A Web Service

A Web Service is backend code.

See how to write backend code.

To develop a Web Service, you will also:

Note that a service typically does not open an iModel on its own initiative. Instead, normally, a client of the service will ask the service to open an iModel, and then the client will pass the resulting IModelRpcProps to methods of the service. The service should therefore always initialize the IModelReadRpcInterface.

Last Updated: 17 March, 2023