Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个也(除了 SOAP)使用 CORBA/IIOP 进行通信的服务。我遵循 (CXF) CORBA Bank Demo 并对其进行管理以使其运行。但是,尽管 README 文件中写了什么,但它不需要 corba 命名服务。
我需要的是,服务器在 corba 命名服务中注册它的服务,并且客户端通过命名服务查找服务器。有没有办法实现这个目标?
银行演示使用文件来存储参考。“corba/hello_world”示例在 wsdl 中使用“corbaname”url 来强制使用命名服务。检查一个或“bank_ws_addressing”示例,它也使用 corbaname url。