我在 WSO2 ESB 4.6.0 上有本地条目。
可以远程获取吗?
(我的意思是在 Synapse 之外;就像可以使用 RemoteRegistry 从注册表中获取资源/集合一样)。
PS 我试过使用LocalEntryAdmin,但它从 synapseConfiguration 中获取条目。
我正在尝试使用WSRegistryServiceClient从独立 Java 应用程序获取注册表(然后获取本地条目)。
我复制了 jks 和 axis2repo 但仍然得到:
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to perform get operation. at org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.get(WSRegistryServiceClient.java:247)
org.apache.axis2.AxisFault: The input stream for an incoming message is null.
我应该只在 Carbon 环境中使用 WSRegistryServiceClient 吗?