Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WSO2 Identity Server のサービスが SOAP Web サービスとして公開されていることがわかります。それらは REST サービスとしても公開されていますか? そうでない場合、近い将来に REST をサポートする計画はありますか?
WSO2 ID サーバー SCIM および OpenId 接続の基本的なプロファイルの実装は、RESTful API を提供します。
また、カスタム JAXRS Web サービスを使用して、デフォルトの SOAP API をファサードすることもできます。
将来のカーボン 5 以降では、wso2 はバックエンド管理サービスに (ほとんど) REST API を使用します。だから私はこれがあなたの要件を満たすと思います。
ありがとう、