Apigee Edge with B2B integration

Hi Team,

Can anyone please tell me is it possible to integrate Apigee with B2B?

Thanks in Advance.

0 1 607
1 REPLY 1

@lakshmi kv, your question is at a very high level, could you be more specific

Firstly, apigee is not like the traditional integration solution and doesn't support any in-built adapters. It is an API management platform that exposes backend services as APIs.

Having said that if you have b2b services that are available for partner communication, they can be exposed as APIs through apigee provided the services are accessible over http.

Apigee also has provisions to include custom policies, so you could also use java to write custom code to access the services from apigee if they are not accessible over http.