Connecting to irCatalog with .Net 5/6/Core

  • Updated

irCatalog's default service URL is native to .Net Framework which uses WSHttpBinding. In order to access the catalog service from .NET 5/6/Core, the URL must be appended with "/core" as it utilizes BasicHttpBinding. Examples are listed below:

 

Existing irCatalog URL: https://<YourCatalogURL>/service.svc

irCatalog URL appended with "/core": https://<YourCatalogURL>/service.svc/core

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.