+ -
当前位置:首页 → 问答吧 → 谁用过gsoap生成web service?

谁用过gsoap生成web service?

时间:2011-12-12

来源:互联网

有没有人用过 www.webxml.com.cn 的航班web service啊? 用gsoap生成的类看不懂了, 网站上也没有解释.
C/C++ code

class SOAP_CMAC _ns2__getDomesticAirlinesTimeResponse_getDomesticAirlinesTimeResult
{
public:
    char *xsd__schema;    /* required element of type xsd:schema */
    char *__any;
public:
    virtual int soap_type() const { return 65; } /* = unique id SOAP_TYPE__ns2__getDomesticAirlinesTimeResponse_getDomesticAirlinesTimeResult */
    virtual void soap_default(struct soap*);
    virtual void soap_serialize(struct soap*) const;
    virtual int soap_put(struct soap*, const char*, const char*) const;
    virtual int soap_out(struct soap*, const char*, int, const char*) const;
    virtual void *soap_get(struct soap*, const char*, const char*);
    virtual void *soap_in(struct soap*, const char*, const char*);
             _ns2__getDomesticAirlinesTimeResponse_getDomesticAirlinesTimeResult() { _ns2__getDomesticAirlinesTimeResponse_getDomesticAirlinesTimeResult::soap_default(NULL); }
    virtual ~_ns2__getDomesticAirlinesTimeResponse_getDomesticAirlinesTimeResult() { }
};


这个结构有谁生成过? 能解释下吗? 这是航班查询的返回结果

作者: a369601152   发布时间: 2011-12-12

= = 怎么 我问得问题都狠冷门么 怎么CSDN都没人鸟我呢

作者: a369601152   发布时间: 2011-12-12