delphi - 请旧 Borland Chess WebService 帮助

标签 delphi soap

我正在寻找到“旧”borland 国际象棋服务器的可行链接,以便我可以连接我的棋盘客户端?另外,我确实有客户端棋盘、chessCGIserver 和棋盘(智能)——我想知道如何设置 Web 服务器。

注意:旧的 WSDL (chessWebService) 链接是第一个:
http://wwwapp1.borland.com/webchess/ChessCGIServer.exe/wsdl/IBorlandChess
然后 :
http://www.danmarinescu.com/WebServices/ChessCGIServer.exe/wsdl/IBorlandChess

您可以在 Dr Bob's web site 找到此文本。关于这个 borland 国际象棋 SOAP 服务(给定的链接现在已经死了):

2002/01/24 - The Chess WebService is Back! The Chess WebService IBorlandChess, implemented by Borland Software Engineer Dan Marinescu, is back in the new domain www.danmarinescu.com and listed on xmethods. The Chess WebService implements an extremely scalable SOAP interface to a fully featured, high performance (competition level) Chess Engine, which is completely stateless.

The Chess WebService is currently written in Delphi 6. Soon, we will have the very same WebService written in Kylix 2 & C++Builder 6 - very soon!.

Dr.Bob says... I've check out the source code for the client and server, and played a few games with the client binary, and am (again) very impressed by this amazing WebService. Well done! 2002/01/24 - The Chess WebService is Back!

The Chess WebService IBorlandChess, implemented by Borland Software Engineer Dan Marinescu, is back in the new domain www.danmarinescu.com and listed on xmethods. The Chess WebService implements an extremely scalable SOAP interface to a fully featured, high performance (competition level) Chess Engine, which is completely stateless.

The Chess WebService is currently written in Delphi 6. Soon, we will have the very same WebService written in Kylix 2 & C++Builder 6 - very soon!.

Dr.Bob says... I've check out the source code for the client and server, and played a few games with the client binary, and am (again) very impressed by this amazing WebService. Well done!



据我所知,Dan Marinescu 是该服务的最后一个“所有者”。

我手头有所有资源,我已将它们移植到 Delphi 2009。我错过了有关如何在我的服务器上设置 web 服务/soap 的信息。任何人都可以帮忙吗?

最佳答案

如果您有一个已编译的 ISAPI(或者它是一个 CGI exe?),那么您可以将它作为 WebService 安装在 IIS 中 - 就像任何其他 ISAPI 应用程序一样。 ASP.NET 网络空间位置通常不足以满足此要求。

如果你不能让它工作并且如果你提供(更新的)源,那么我会看看。

问候,
奥拉夫

关于delphi - 请旧 Borland Chess WebService 帮助,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/991233/

相关文章:

Delphi、OleVariant 作为输出参数

oracle - Delphi - Oracle RowID 被 dbGO/ADO 忽略

android - Delphi TTask Android 服务

delphi - 绘制的矩形总是在创建下一个时被删除

delphi - 如何在Codegear RAD Studio 2009中创建一个简单的pascal程序?

python - 将 Web 服务与 Python Suds 结合使用时如何修复 unicode 问题

以下划线开头的 PHP SOAP 操作

java - HTTP SOAP 负载编码

java - 在 Eclipse : "wsdl:operation was not a request/response or one-way operation" 中验证期间出现奇怪的 WSDL 警告

ruby-on-rails - 为什么wash_out 不能在不同的soap 操作中使用相同的数据类型?