Systems | Development | Analytics | API | Testing

The Complete Guide to API Portals in the New API Economy

A key part of the API ecosystem, API portals are critically important to enable companies to make the most of APIs, or Application Programming Interfaces. In this post, we’ll detail API portals and their uses and functionality, as well as the new API economy and how you can get started optimizing APIs.

Generic Connection to the Microsoft Graph API

Resources Sample File: MicrosoftGraphTemplate.lsoz (65.8 KB) (download) API Reference: More information on the specifics of authentication can be found in the Microsoft Graph API reference documentation. Microsoft offers a RESTful web service named Microsoft Graph API. This tutorial shows you how to integrate with the Microsoft Graph API and Linx, a low-code development tool.

How to call SOAP Services using REST

SOAP, being a mature technology, has an extensive and often differently interpreted standard set. This makes it an excellent tool for corporate users to manipulate data into their precise requirements and technology stack. However, for public consumption, this causes issues that sometimes are difficult or impossible to solve without changing code. A good example here is that SOAP is allowed to define the same type in some standard interpretations in different XSD files.

SaaS integration strategy: Key approaches, trends and challenges

If you’re a SaaS company, it is impossible not to tackle the topic of integration. Whether you’re a small software business or a large, established tech enterprise with several SaaS products, every commercial conversation is highly likely to involve the question “Will I be able to sync data from your application with my CRM / ERP / Finance / Marketing” – you name it.

5 Low-Risk Digital Transformation Strategies

APIs or application programming interfaces make sure data is able to travel to and from specific destinations and sources with ease. Data isn’t the only thing that needs to travel safely, which is why APIs in the transportation industry are so popular for everything from booking an Uber to getting a shipment of goods delivered. APIs help websites, servers, and apps integrate efficiently and effectively by allowing different software endpoints to communicate with each other.

Continuous Performance Testing in CI Pipelines: CircleCI

With over 50,000 active organizations and 250 million workflows, CircleCI is one of the most popular networked CI platforms. When getting started with CI pipelines, teams typically want to ensure that code will compile, pass unit tests, and build a container image. After catching these low hanging fruit of syntax errors, engineering teams need to dig much further to find business logic and scalability errors.

How to Plug an Existing User Store into WSO2 Identity Server?

Are you someone who already has a legacy system in place and wants to migrate to a modern authentication system with Identity and Access Management (IAM) features? The first thing you need to consider is how you can use the existing legacy user store with this new system. Keep in mind that if the legacy user store uses an old security mechanism to store your data, we would recommend that you migrate to the WSO2 JDBC user store format or Active Directory (AD).