Minimal language dependency for webservice client
What is the simplest (setup wise) solution for a webservice client?
I need to make a lightweight app that will connect to and perform actions against a specific webservice server.
The main requirement is there request and response will be SOAP, there will be no libraries that need to be installed for this to run. It may be implemented in any language and should run on Windows only.
A webservice can get called using javascript, from an HTML page. Put it online, and provide the people with the URL, should be simple enough. Assuming people know you can enter a URL in a browser.
链接地址: http://www.djcxy.com/p/91868.html上一篇: Java Web服务客户端(最佳方式)
下一篇: Web服务客户端的最小语言依赖