Is there a way to host Service catalog in Apigee for SOAP based service inventory.

Not applicable
 
0 1 414
1 REPLY 1

Not applicable

Apigee's API Model takes Swagger, WADL (and its internal JSON based model) as inputs.

Technically, you can since SOAP is XML over HTTP, you can create a model that can represent your SOAP and use Apigee's API Model as your service catalog for your services.

But that is not a good idea. I have not seen anyone do that. I will be interested to know your usecase as to why you want to do that!

A more common usecase, is to have Apigee catalog, document your new APIs that are REST based, the ones you give to your digital projects, channel partners and keep the existing service catalog for all the internal point2point, SOA usecases.