我也正在写这样的项目,马上要完成了。BlackDragon,可以讨论讨论。
我的服务器地址:http://218.16.104.132/soapdata
中间层的DBMS未定,客户端传SQL的ID或者SQL语句取数据,中间层实现连接池(APACHE下),
数据完全兼容XML格式。
客户端是完全基于接口的动态包,以前用的是消息,结果发现在Win98下不能正常工作,所以
就改了。
下面是服务器的定义
mod_rzsoapapache1 > Irzsoapserver
Irzsoapserver [WSDL] (urn:rzsoapserverIntf-Irzsoapserver) string GetServerName()
string GetServerProp()
string GetRDBName()
string GetDBTables(boolean IncludeSystem)
string FetchDatas(string SQl, string Params, string Local, int Count, int OwnerData, string Key, boolean Compress)
string saveData(string SQL, string Delta, string Local, int MaxError, int ErrorCount, string Key, boolean Compress)
string ExecuteSQL(string SQL, string Params, string Local, string Key, boolean Compress)
string FetchParams(string SQL, string Local, string Key, boolean Compress)