In what Maven repository can I find the various (SOAP) service stubs that ship with WSO2 Identity Server 5.1.0?
The stubs themselves ship with WSO2 Identity Server, in the directory /repository/components/plugins/
. The OAuth stubs for example are provided in /repository/components/plugins/org.wso2.carbon.identity.oauth.stub_5.0.7.jar
The jar file contains a pom file, which identifies the library with Maven coordinates. For the example above, these coordinates are
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>carbon-service-stubs</artifactId>
<version>5.0.7</version>
I'd love to use the Maven artifacts from a public repository, but so far, I've only found very outdated artifacts.