搜索资源列表
dotnet2
- 本程序实现了一个Web Service 并且实现了一个Client对Web Service提供的服务进行调用,Soap Request 和 Soap Response 都以Xml的格式显示在界面上-this program a Web Service and the implementation of a Web Service Client to provide services for the call, Soap and Soap Request Response to Xml are s
EasySoap++-0.6.1
- 此压缩包是soap1.1的简单实现,easysoap++0.61.代码结构简单,很容易利用它开发出基于soap的web service.-soap1.1 is the simple realization easysoap 0.61. Code structure simple and very easy to use it to develop a web-based soap service.
ilon100
- ilon100 web service的代码 主要实现调用webservice,通过SOAP方式访问,得到webservice的数据。 程序用IE,通过ilon100服务器控制灯泡
SoapToolkit30B1
- WEB SERVICE SOAP TOOL KIT3.0
soapforWebservices
- Using Soap to develope web service. Concept of SOAP.
TestWebServicesSource
- Web services are built on SOAP, an XML based protocol that establishes the form that messages between web service consumers and providers should take. Traditionally, the consuming application developer would build a SOAP message manually and send it
ASPtowebservice
- 使用ASP构建SOAP协议包调用web服务,包括GET,HTTP,SOAP三种调用方法-SOAP protocol to use ASP to build web service call package, including GET, HTTP, SOAP call method three
SoapClientBase
- 使用C++编写的SOAP(简单对象访问协议)帮助类,用户可以使用该类创建相关函数,从而访问WebService。-Soap client helper class for C++ Usage: 1. Inherit a class from this base class 2. Call Init in constructor, like this: Init "http://localhost/AuthService/AuthService.asmx?wsdl", "AuthSer
memoire_sw_sql_injection
- PROTECTION AGAINST INPUT MANIPULATION VULNERABILITIES IN SERVICE ORIENTED ARCHITECTURE Thesis Submitted in partial fulfillment of the requirements for the degree of MASTER OF TECHNOLOGY in COMPUTER SCIENCE & ENGINEERING – INFORMATION SECURITY by
webservice
- 基于web service开发的ppt,Wsdl,xml,soap-the ppt about web service and wsdl ,xml and soap
SOAPPaPXMLPPROGRAMMING
- SOAP:XML跨平台Web Service开发技术-SOAP: XML cross-platform Web Service development techniques
gsoap-2.8.32.tar
- gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。(The gSOAP compiler provides a SOAP/XML about the