Download List

项目描述

The SOAP to CORBA bridge/translator is written entirely in C++ and shows that it is indeed possible to do a generic translation of SOAP requests to CORBA method invocations and vice versa. This is implemented by using the CORBA Interface repository to match the incoming SOAP request to the corresponding CORBA service, build the dynamic invocation of the CORBA service, and generate the SOAP response (or possibly SOAP fault in the case of a CORBA user exception, for instance).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-10-16 14:57
2.0.5

该实现类继承了修改,以解决与Orbacus(4.1.0)当前版本的编译错误。
标签: Prototype, Minor bugfixes
Inheritance of the implementation classes have been altered to fix compilation bugs with current release of Orbacus (4.1.0).

2001-09-19 16:07
2.0.4

发出的SOAP头和肢体秩序正在SOAP响应逆转是固定的。
标签: Prototype, Major bugfixes
Issue with order of the SOAP head and body parts being reversed in the SOAP response was fixed.

2001-08-14 21:42
2.0.2

一个重要的文件,缺少的是补充。一种红帽7.0二进制版本和7.1了。
标签: Prototype, Minor bugfixes
An important file that was missing was added. A binary release for RedHat 7.0
and 7.1 was made.

2001-08-06 23:33
2.0.0

该SoapBridge经历了完全重写。新版本的产品级代码。也有新功能:大桥已经成为双向的。现在,您可以从CORBA客户端调用SOAP服务器以及客户端的SOAP调用CORBA服务器。其他新功能是可配置的日志记录和一个非常灵活的配置系统。 GNU autoconf的已被用来方便编译您的平台的SoapBridge。
标签: Prototype, Major feature enhancements
The SoapBridge has undergone a complete rewrite. The new version is production-level code. There is also new functionality: the bridge has become two-way. You can now call SOAP servers from CORBA clients as well as call CORBA servers from SOAP clients. Other new features are configurable logging and a very flexible configuration system. GNU autoconf has been used to make it easier to compile the SoapBridge on your platform.

2001-05-10 23:37
1.0.2

阿错误已无法修复,要求混合复杂的方法/简单的参数。两名失踪的文件已被添加到源档案。
标签: Prototype, Major bugfixes
A bug was fixed that prevented calling methods with mixed complex/simple parameters. Two missing files have been added to the source archives.

Project Resources