大家试过DSOAP Toolkit 2.1没有?(1分)

  • 主题发起人 主题发起人 房客
  • 开始时间 开始时间

房客

Unregistered / Unconfirmed
GUEST, unregistred user!
http://www.msdelphi.com
http://www.msdelphi.com/downloads/DSOAP21TrialNoSource.zip
What is DSOAP?
At a glance, DSOAP is a toolkit that wraps the Microsoft SOAP SDK in a Delphi-friendly manner. The combination of the Microsoft SOAP SDK and DSOAP allows you to expose Delphi objects to the world via SOAP and connect to them from your client applications.
All the complexity of SOAP communication is hidden and with a few mouse clicks you can expose or access SOAP services. At the same time you have complete access to the inner class library and you can get to higher levels of control in case you need to (i.e. Proxy authen
tication or compression).
Included in the toolkit you will find:

The WSDL Importer Utility

It generates the proxy client code (Delphi .pas) that you can use from your client application to connect to the web-services. The resulting unit mimics the code Delphi generates when importing standard COM type library. This allows you to switch from COM to SOAP by just changing the name of a unit in the uses clause of your project. You can see it in action by clicking here.


The SOAP Tester Utility

Once you aredo
ne modeling your web-service you will also need to test it. Instead of writing your own test application, this utility allows you to test your service immediately with no additional coding. You can save the test scripts and execute them at a later time. Test results include requests per seconds, execution time and you can even run tests multiple times simulating a stressful situation. See it in action by clicking here.

 
接受答案了.
 
后退
顶部