Question

I've been reading everywhere including here and here that WSO2 provided SOAP APIs for its services. My question is where are they? How can I locate them? For example, if there's a XACML API provided by WSO2, how can I find it.

What I understand about the WSO2 platform is that ESB, STS, DSS, IS are all services. To expose their functionalities, you have to write out standard XML, then import it into the WSO2 backend. After this, a WSDL is generated which can be used by a client. Am I right? If not, then I have simple questions;

What is the endpoint or service url for all IS services? What is the endpoint or service url for all ESB services? What is the endpoint or service url for all STS services? What is the endpoint or service url for all DSS services?

Thanks for explaining.

Was it helpful?

Solution

WSO2 uses Admin services and by default they are not exposed to outside and exposed over https.

You can view the list of services available by by referring this thread.

Another sample on using an Admin service is available here.

Sample developed to create proxy services using Proxy admin service is available here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top