Question

I'm using WSO2 Governance and Registry version 4.1.1, I can find wsdl file of AuthenticationAdminService in wso2greg-4.1.1-src but I can't find anything by url:

https://127.0.0.1:9443/services/AuthenticationAdmin?wsdl

even after I modify HideAdminServiceWSDLs tag in carbon.xml, while other services like ResourceAdminService is available. Can anybody help?

Was it helpful?

Solution

You need to restart the sever after modifying the parameter in carbon.xml

 <HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>

After that you should be able to access the wsdl in (I verified with 4.1.1 server)

https://localhost:9443/services/AuthenticationAdmin?wsdl or

http://localhost:9763/services/AuthenticationAdmin?wsdl
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top