Description: 使用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", "AuthService", "")
3. Wrap the webservice by writing proxy function for each web method
4. Call Invoke to execute the function, processing the input params and return valuebe careful, the order of parameters should be reversed in the parameter array while callin Invoke
5. Then use this class to call webservice, like this:
AuthServiceClient service
bool ret = service.IsAuthorized(strCode) Platform: |
Size: 2048 |
Author:薛兴涛 |
Hits:
Description: 简单的通过代理方式实现的soap协议。webservice 的一个demo,可以直接运行。-Simple way to achieve the soap through a proxy agreement. webservice a demo, can be directly run. Platform: |
Size: 5825536 |
Author:豆豆 |
Hits:
Description: eclipse自动生成webservice代理类,特别适合于初学入门者。-eclipse auto create webservice proxy class, it s suit to the beginning Platform: |
Size: 5120 |
Author:cobbowangtao |
Hits:
Description: pb12.5 webserver 源码例子 非文档
1. 编写WebService
2. 创建PB Web Service Proxy
3. 创建pb Web Service Client-Examples of non-pb webserver source document 1. Write WebService 2. Create PB Web Service Proxy 3. Create pb Web Service Client Platform: |
Size: 158720 |
Author:花花 |
Hits: