Reputation: 4752
I see that the services of WSO2 Identity Server are exposed as SOAP web services. Are they also exposed as REST services and if not is there a plan for REST support in the near future?
Upvotes: 0
Views: 348
Reputation: 101
In future carbon 5 onwards, wso2 will be using REST APIs(mostly) for the backend admin services. So I guess this would fulfill your requirement.
thanks,
Upvotes: 1
Reputation: 136
WSO2 Identity server SCIM and OpenId connect basic profile implementations provide RESTful APIs.
Also you can use a custom JAXRS web service to facade default SOAP APIs.
Upvotes: 1