免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1756 | 回复: 1
打印 上一主题 下一主题

axis c++的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-02 09:57 |只看该作者 |倒序浏览
别人生成了两个文件:
.hpp:
/*
* This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
* This file contains Client Stub Class for remote web service
*/

#if !defined(__MONITORINGPORTTYPE_CLIENTSTUB_H__INCLUDED_)
#define __MONITORINGPORTTYPE_CLIENTSTUB_H__INCLUDED_

#include <axis/client/Stub.hpp>
#include <axis/OtherFaultException.hpp>
#include <axis/ISoapAttachment.hpp>
#include <axis/ISoapFault.hpp>
AXIS_CPP_NAMESPACE_USE

class MonitoringPortType :public Stub
{
public:
        STORAGE_CLASS_INFO MonitoringPortType(const char* pchEndpointUri, AXIS_PROTOCOL_TYPE eProtocol=APTHTTP1_1);
        STORAGE_CLASS_INFO MonitoringPortType();
public:
        STORAGE_CLASS_INFO virtual ~MonitoringPortType();
public:
        STORAGE_CLASS_INFO xsd__boolean setWriteMonitoring(xsd__string Value0, xsd__string Value1, xsd__string Value2, xsd__string Value3, xsd__string Value4, xsd__string Value5);
};

#endif /* !defined(__MONITORINGPORTTYPE_CLIENTSTUB_H__INCLUDED_)*/


.cpp:
/*
* This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
* This file contains Client Stub implementation for remote web service.
*/

#include "MonitoringPortType.hpp"

#include <axis/AxisWrapperAPI.hpp>
#include <axis/Axis.hpp>

MonitoringPortType::MonitoringPortType(const char* pcEndpointUri, AXIS_PROTOCOL_TYPE eProtocol):Stub(pcEndpointUri, eProtocol)
{
    ......
}

MonitoringPortType::MonitoringPortType()
:Stub(" ", APTHTTP1_1)
{
    ......
}

MonitoringPortType::~MonitoringPortType()
{
}


/*Methods corresponding to the web service methods*/

/*
* This method wrap the service methodsetWriteMonitoring
*/
xsd__boolean MonitoringPortType::setWriteMonitoring(xsd__string Value0, xsd__string Value1, xsd__string Value2, xsd__string Value3, xsd__string Value4, xsd__string Value5)
{

}

我写了个程序  MonitoringPortType monitor;在第一步 申明变量这程序就core down了,怎么回事呀 ?

[ 本帖最后由 jxnudh 于 2008-12-2 17:38 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-12-02 15:28 |只看该作者
如果没人能回答我,请问有谁知道axis-c下载地址 ?
不要官方的 ,谢谢 !
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP