0
votes

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?

2

2 Answers

1
votes

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.

1
votes

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,