问题
Is it a common practice to have one API Manager for external user (and internal developers/publishers) and another one for internal users/developers/publishers?
If I have SOAP services in the backend, does that mean I should expose them as SOAP APIs in my internal API Manager? Do the consumers still need to generate the stubs?
回答1:
yes you can have external setup for external users and internal setup for internal users. when come to developers you can setup a dev environment for them. once api is developed by developers. It can be given for QA.For that you can setup a test environment. once tested you can delpoly your api in production environment.production environment will have external and internal setup.
api manager supports rest to soap conversion . So that is not necessary that you want to create your api to only support soap
来源:https://stackoverflow.com/questions/28005955/two-wso2-api-manager-for-internal-and-external-use