开发者

How should I allow others to dynamically find web services?

开发者 https://www.devze.com 2023-04-06 15:11 出处:网络
I have been fighting with this for a while now. I need to prototype SOA, and with it, the registry. I have been fiddling with jUDDIv3 on JBoss SOA Platform 5, but there don\'t appear to be any tools t

I have been fighting with this for a while now. I need to prototype SOA, and with it, the registry. I have been fiddling with jUDDIv3 on JBoss SOA Platform 5, but there don't appear to be any tools that allow me to publish to a v3 jUDDI registry. See my related questions here and here.

I realize after reading comments on those questions, and some articles on the internet (like this one) that UDDI is failing or dead, however my organization has some legacy tec开发者_Go百科h we need to work with.

Also, my supervisor (I'm an intern) is adamant about sticking to standards. In principle, I agree with this, but perhaps a dead standard really isn't a much of a standard if nobody uses it.

In short, I need to provide the registry component of Service Oriented Architecture. It probably needs to be UDDI, so that it fits with the legacy tech, and satisfies the standard. Whatever the solution, it would be best if there were tools available that allow me to publish web services to that registry.

This problem has dragged on much longer than I would have liked. Any small piece of advice is really appreciated.


You may use WS-Discovery. WS-Discovery is a standard protocol for discovering services and service endpoints. This enables service clients to search for services based on a given criteria and bind with the discovered services. There are tow modes of WS-Discovery,

ad-hoc - servers advertise the services they have using a UDP multicast protocol managed mode - servers and clients use an intermediary known as the discovery proxy for all service discovery purposes.

You can simply try this out with WSO2 Platform (free and open source under apache2 license). Please follow [1] to see a simple scenario of WS-Discovery in managed mode.

[1] http://charithaka.blogspot.com/2010/04/ws-discovery-with-wso2-carbon.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号