嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
java delphi通过xml-rpc 互相调用,java--》 delphi和 delphi-->java例子 带源码和 exe
.
├── ChangeLog
├── README.txt
├── WebRoot
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── WEB-INF
│ │ ├── c-rt.tld
│ │ ├── c.tld
│ │ ├── classes
│ │ │ ├── org
│ │ │ │ └── apache
│ │ │ │ └── xmlrpc
│ │ │ │ └── webserver
│ │ │ │ └── XmlRpcServlet.properties
│ │ │ └── test
│ │ │ ├── client
│ │ │ │ ├── TestRPCClient.class
│ │ │ │ └── TestXml.class
│ │ │ └── xmlrpc
│ │ │ └── Calculator.class
│ │ ├── fmt-rt.tld
│ │ ├── fmt.tld
│ │ ├── lib
│ │ │ ├── commons-logging-1.1.jar
│ │ │ ├── ws-commons-util-1.0.2.jar
│ │ │ ├── xmlrpc-client-3.1.3.jar
│ │ │ ├── xmlrpc-common-3.1.3.jar
│ │ │ └── xmlrpc-server-3.1.3.jar
│ │ ├── permittedTaglibs.tld
│ │ ├── scriptfree.tld
│ │ ├── sql-rt.tld
│ │ ├── sql.tld
│ │ ├── web.xml
│ │ ├── x-rt.tld
│ │ └── x.tld
│ └── index.jsp
├── build
│ ├── BuildAll.bpg
│ ├── BuildXmlRpcLib.dof
│ ├── BuildXmlRpcLib.dpr
│ └── XmlRpc.txt
├── contributions
│ ├── dimime
│ │ ├── DIMime.chm
│ │ └── Source
│ │ ├── DI.inc
│ │ ├── DIMime.pas
│ │ └── DIMimeStreams.pas
│ ├── dimime.exe
│ ├── xmlparser
│ │ ├── CD-Collection.xml
│ │ ├── LibXmlComps.dcr
│ │ ├── LibXmlComps.pas
│ │ ├── LibXmlParser.pas
│ │ ├── Licence.txt
│ │ ├── Order.xml
│ │ ├── XmlComponents_D4.dpk
│ │ ├── XmlComponents_D5.dpk
│ │ ├── XmlComponents_D6_D7.dpk
│ │ ├── XmlComponents_K1.dpk
│ │ ├── XmlComponents_K3.dpk
│ │ ├── bcb5-installation.htm
│ │ ├── delphi-installation.htm
│ │ └── xml.ico
│ ├── xmlparser.zip
│ ├── xmlrpc1_7_8
│ │ └── xmlrpc1_7_8
│ │ ├── README.txt
│ │ ├── examples
│ │ │ ├── XMLRPCTest.bpg
│ │ │ ├── XMLRPCTest.dsk
│ │ │ ├── delphi
│ │ │ │ ├── client
│ │ │ │ │ ├── introspect
│ │ │ │ │ │ ├── main.dfm
│ │ │ │ │ │ ├── main.pas
│ │ │ │ │ │ ├── rpcexplorer.cfg
│ │ │ │ │ │ ├── rpcexplorer.dof
│ │ │ │ │ │ ├── rpcexplorer.dpr
│ │ │ │ │ │ └── rpcexplorer.res
│ │ │ │ │ ├── pdfclient
│ │ │ │ │ │ ├── fmain.dcu
│ │ │ │ │ │ ├── fmain.dfm
│ │ │ │ │ │ ├── fmain.pas
│ │ │ │ │ │ ├── pdfclient.cfg
│ │ │ │ │ │ ├── pdfclient.dof
│ │ │ │ │ │ ├── pdfclient.dpr
│ │ │ │ │ │ └── pdfclient.res
│ │ │ │ │ ├── simple
│ │ │ │ │ │ ├── hello.dfm
│ │ │ │ │ │ ├── hello.pas
│ │ │ │ │ │ ├── helloclient.cfg
│ │ │ │ │ │ ├── helloclient.dof
│ │ │ │ │ │ ├── helloclient.dpr
│ │ │ │ │ │ ├── helloclient.mps
│ │ │ │ │ │ ├── helloclient.mpt
│ │ │ │ │ │ └── helloclient.res
│ │ │ │ │ └── threaded
│ │ │ │ │ ├── hello.dcu
│ │ │ │ │ ├── hello.dfm
│ │ │ │ │ ├── hello.pas
│ │ │ │ │ ├── thelloclient.cfg
│ │ │ │ │ ├── thelloclient.dof
│ │ │ │ │ ├── thelloclient.dpr
│ │ │ │ │ └── thelloclient.res
│ │ │ │ └── server
│ │ │ │ ├── simple
│ │ │ │ │ ├── helloserver.cfg
│ │ │ │ │ ├── helloserver.dof
│ │ │ │ │ ├── helloserver.dpr
│ │ │ │ │ ├── helloserver.mps
│ │ │ │ │ ├── helloserver.mpt
│ │ │ │ │ ├── helloserver.res
│ │ │ │ │ ├── server.dfm
│ │ │ │ │ └── server.pas
│ │ │ │ └── threaded
│ │ │ │ ├── server.dfm
│ │ │ │ ├── server.pas
│ │ │ │ ├── thelloserver.cfg
│ │ │ │ ├── thelloserver.dof
│ │ │ │ ├── thelloserver.dpr
│ │ │ │ └── thelloserver.res
│ │ │ └── kylix
│ │ │ ├── client
│ │ │ │ ├── CLXclient.pas
│ │ │ │ ├── CLXclient.xfm
│ │ │ │ ├── CLXhelloclient.dof
│ │ │ │ ├── CLXhelloclient.dpr
│ │ │ │ └── CLXhelloclient.res
│ │ │ └── server
│ │ │ ├── pdfdaemon
│ │ │ │ ├── README.TXT
│ │ │ │ ├── pdfdaemon.conf
│ │ │ │ ├── pdfdaemon.dpr
│ │ │ │ ├── pdfdaemon.kof
│ │ │ │ ├── rpcserver.pas
│ │ │ │ └── startpdfd
│ │ │ └── threads
│ │ │ ├── CLXhelloserver.dof
│ │ │ ├── CLXhelloserver.dpr
│ │ │ ├── CLXhelloserver.res
│ │ │ ├── CLXserver.pas
│ │ │ └── CLXserver.xfm
│ │ ├── license.txt
│ │ ├── test
│ │ │ ├── ProjectGroup1.bpg
│ │ │ ├── ProjectGroup1.~bpg
│ │ │ ├── coversmethod
│ │ │ │ ├── Project2.cfg
│ │ │ │ ├── Project2.dof
│ │ │ │ ├── Project2.dpr
│ │ │ │ ├── Project2.res
│ │ │ │ ├── Unit1.dcu
│ │ │ │ ├── Unit1.dfm
│ │ │ │ └── Unit1.pas
│ │ │ ├── userlandstate
│ │ │ │ ├── Project1.cfg
│ │ │ │ ├── Project1.dof
│ │ │ │ ├── Project1.dpr
│ │ │ │ ├── Project1.res
│ │ │ │ ├── Unit1.dfm
│ │ │ │ └── Unit1.pas
│ │ │ ├── userlandtime
│ │ │ │ ├── Project3.cfg
│ │ │ │ ├── Project3.dof
│ │ │ │ ├── Project3.dpr
│ │ │ │ ├── Project3.res
│ │ │ │ ├── Unit2.dfm
│ │ │ │ └── Unit2.pas
│ │ │ └── validatorarrayofstruct
│ │ │ ├── Project4.cfg
│ │ │ ├── Project4.dof
│ │ │ ├── Project4.dpr
│ │ │ ├── Project4.res
│ │ │ ├── Unit3.dfm
│ │ │ └── Unit3.pas
│ │ ├── vbxmlrpc1_7_8
│ │ │ ├── README.txt
│ │ │ ├── cpxmlrpc.dll
│ │ │ ├── license.txt
│ │ │ └── objectsource
│ │ │ ├── IMF_function.pas
│ │ │ ├── IMP_array.pas
│ │ │ ├── IMP_client.pas
│ │ │ ├── IMP_cpxmlrpc.pas
│ │ │ ├── IMP_result.pas
│ │ │ ├── IMP_server.pas
│ │ │ ├── IMP_struct.pas
│ │ │ ├── cpxmlrpc.cfg
│ │ │ ├── cpxmlrpc.dof
│ │ │ ├── cpxmlrpc.dpr
│ │ │ ├── cpxmlrpc.res
│ │ │ ├── cpxmlrpc.tlb
│ │ │ ├── cpxmlrpc_TLB.pas
│ │ │ └── tests
│ │ │ ├── complex
│ │ │ │ ├── Form1.frm
│ │ │ │ ├── Project1.vbp
│ │ │ │ └── Project1.vbw
│ │ │ └── simple
│ │ │ ├── Form1.frm
│ │ │ ├── Project1.vbp
│ │ │ └── Project1.vbw
│ │ ├── xmlrpcclient.pas
│ │ ├── xmlrpccommon.pas
│ │ ├── xmlrpcmime.pas
│ │ ├── xmlrpcparser.pas
│ │ ├── xmlrpcserver.pas
│ │ ├── xmlrpcsynchclasses.pas
│ │ ├── xmlrpcthreadallocator.pas
│ │ └── xmlrpctypes.pas
│ └── xmlrpc1_7_8.zip
├── demos
│ ├── delphi
│ │ ├── XmlRpcDemos.bpg
│ │ ├── client
│ │ │ ├── introspect
│ │ │ │ ├── main.dfm
│ │ │ │ ├── main.pas
│ │ │ │ ├── rpcexplorer.dof
│ │ │ │ ├── rpcexplorer.dpr
│ │ │ │ └── rpcexplorer.res
│ │ │ ├── pdfclient
│ │ │ │ ├── Main.dfm
│ │ │ │ ├── Main.pas
│ │ │ │ ├── pdfclient.dof
│ │ │ │ ├── pdfclient.dpr
│ │ │ │ └── pdfclient.res
│ │ │ ├── simple
│ │ │ │ ├── Hello.ddp
│ │ │ │ ├── Hello.dfm
│ │ │ │ ├── Hello.pas
│ │ │ │ ├── Hello.~dfm
│ │ │ │ ├── Hello.~pas
│ │ │ │ ├── helloclient.dof
│ │ │ │ ├── helloclient.dpr
│ │ │ │ └── helloclient.res
│ │ │ └── threaded
│ │ │ ├── Main.dfm
│ │ │ ├── Main.pas
│ │ │ ├── thelloclient.dof
│ │ │ ├── thelloclient.dpr
│ │ │ └── thelloclient.res
│ │ └── server
│ │ ├── simple
│ │ │ ├── Main.ddp
│ │ │ ├── Main.dfm
│ │ │ ├── Main.pas
│ │ │ ├── Main.~ddp
│ │ │ ├── Main.~dfm
│ │ │ ├── Main.~pas
│ │ │ ├── helloserver.dof
│ │ │ ├── helloserver.dpr
│ │ │ └── helloserver.res
│ │ └── threaded
│ │ ├── Main.dfm
│ │ ├── Main.pas
│ │ ├── thelloserver.dof
│ │ ├── thelloserver.dpr
│ │ └── thelloserver.res
│ └── kylix
│ ├── client
│ │ ├── CLXclient.pas
│ │ ├── CLXclient.xfm
│ │ ├── CLXhelloclient.dof
│ │ ├── CLXhelloclient.dpr
│ │ └── CLXhelloclient.res
│ └── server
│ ├── pdfdaemon
│ │ ├── README.TXT
│ │ ├── pdfdaemon.conf
│ │ ├── pdfdaemon.dof
│ │ ├── pdfdaemon.dpr
│ │ ├── pdfdaemon.kof
│ │ ├── rpcserver.pas
│ │ └── startpdfd
│ └── threads
│ ├── CLXhelloserver.dof
│ ├── CLXhelloserver.dpr
│ ├── CLXhelloserver.res
│ ├── CLXserver.pas
│ ├── CLXserver.xfm
│ ├── Main.pas
│ └── Main.xfm
├── dxmlrpc-2.0.0.rar
├── helloclient.exe
├── helloserver.exe
├── java delphi 互相调用 xml-rpc实例_d7xmlrpc.rar
├── lib
│ ├── DIMime.dcu
│ ├── LibXmlParser.dcu
│ ├── XmlRpcClient.dcu
│ ├── XmlRpcCommon.dcu
│ ├── XmlRpcServer.dcu
│ ├── XmlRpcTypes.dcu
│ └── readme.txt
├── license.txt
├── source
│ ├── DI.inc
│ ├── DIMime.pas
│ ├── LibXmlParser.pas
│ ├── XmlRpcClient.pas
│ ├── XmlRpcCommon.pas
│ ├── XmlRpcServer.pas
│ └── XmlRpcTypes.pas
├── src
│ ├── org
│ │ └── apache
│ │ └── xmlrpc
│ │ └── webserver
│ │ └── XmlRpcServlet.properties
│ └── test
│ ├── client
│ │ ├── TestRPCClient.java
│ │ └── TestXml.java
│ └── xmlrpc
│ └── Calculator.java
├── temp
│ ├── BuildXmlRpcLib.exe
│ ├── CLXclient.dcu
│ ├── Hello.dcu
│ ├── Unit1.dcu
│ ├── main.dcu
│ ├── readme.txt
│ └── rpcserver.dcu
├── tests
│ ├── XmlRpcTests.bpg
│ ├── coversmethod
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── userlandstate
│ │ ├── Project1.dof
│ │ ├── Project1.dpr
│ │ ├── Project1.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── userlandtime
│ │ ├── Project3.dof
│ │ ├── Project3.dpr
│ │ ├── Project3.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── validatorarrayofstruct
│ ├── Project4.dof
│ ├── Project4.dpr
│ ├── Project4.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── version
├── xmlrpccall.rar
└── 说明.txt
75 directories, 279 files