• 大小: 22.31MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-15
  • 语言: 其他
  • 标签: gsoap  结构体  

资源简介

共有三个客户端三个服务端,使用VS2008 分别测试gsoap 两个数的加法操作,传递参数为结构体,传递参数为结构体数组,有一份doc文档记录,在我的博客《VS2008 gsoap 笔记》也可以看到和文档一样的文章 ,gsoap版本为gsoap_2.8.33。

资源截图

代码片段和文件信息

/*
        stdsoap2.c[pp] 2.8.33

        gSOAP runtime engine

gSOAP xml Web services tools
Copyright (C) 2000-2016 Robert van Engelen Genivia Inc. All Rights Reserved.
This part of the software is released under ONE of the following licenses:
GPL or the gSOAP public license or Genivia‘s license for commercial use.
--------------------------------------------------------------------------------
Contributors:

Wind River Systems Inc. for the following additions under gSOAP public license:
  - vxWorks compatible options
--------------------------------------------------------------------------------
gSOAP public license.

The contents of this file are subject to the gSOAP Public License Version 1.3
(the “License“); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
http://www.cs.fsu.edu/~engelen/soaplicense.html
Software distributed under the License is distributed on an “AS IS“ basis
WITHOUT WARRANTY OF ANY KIND either express or implied. See the License
for the specific language governing rights and limitations under the License.

The Initial Developer of the Original Code is Robert A. van Engelen.
Copyright (C) 2000-2016 Robert van Engelen Genivia Inc. All Rights Reserved.
--------------------------------------------------------------------------------
GPL license.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License or (at your option) any later
version.

This program is distributed in the hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not write to the Free Software Foundation Inc. 59 Temple
Place Suite 330 Boston MA 02111-1307 USA

Author contact information:
engelen@genivia.com / engelen@acm.org

This program is released under the GPL with the additional exemption that
compiling linking and/or using OpenSSL is allowed.
--------------------------------------------------------------------------------
A commercial use license is available from Genivia Inc. contact@genivia.com
--------------------------------------------------------------------------------
*/

#define GSOAP_LIB_VERSION 20833

#ifdef AS400
# pragma convert(819)   /* EBCDIC to ASCII */
#endif

#include “stdsoap2.h“

#if GSOAP_VERSION != GSOAP_LIB_VERSION
# error “GSOAP VERSION MISMATCH IN LIBRARY: PLEASE REINSTALL PACKAGE“
#endif

#if defined(VXWORKS) && defined(WM_SECURE_KEY_STORAGE)
# include 
#endif

#ifdef __BORLANDC__
# pragma warn -8060
#else
# ifdef WIN32
#  ifdef UNDER_CE
#   pragma comment(lib “ws2.lib“)      /* WinCE */
#  else
#   pragma comment(lib “Ws2_32.lib“)
#  endif
#  pragma warning(d

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         296  2016-07-26 17:15  add.h
     目录           0  2016-07-27 09:18  Client\
     目录           0  2016-07-27 09:18  Client\Client\
     文件    13167616  2016-07-27 17:02  Client\Client.ncb
     文件         884  2016-07-26 17:53  Client\Client.sln
     文件        8704  2016-07-27 17:02  Client\Client.suo
     文件         296  2016-07-26 17:15  Client\Client\add.h
     文件         575  2016-07-26 17:23  Client\Client\add.nsmap
     文件        1230  2016-07-26 18:22  Client\Client\Client.cpp
     文件        4455  2016-07-26 18:01  Client\Client\Client.vcproj
     文件        1427  2016-07-27 17:02  Client\Client\Client.vcproj.WIN-NRSLQON20B9.Administrator.user
     目录           0  2016-07-27 17:01  Client\Client\Debug\
     文件       11846  2016-07-26 18:24  Client\Client\Debug\BuildLog.htm
     文件       59487  2016-07-26 17:23  Client\Client\soapC.cpp
     文件        2839  2016-07-26 17:23  Client\Client\soapClient.cpp
     文件       25993  2016-07-26 17:23  Client\Client\soapH.h
     文件       14790  2016-07-26 17:23  Client\Client\soapStub.h
     文件      550970  2016-06-15 03:12  Client\Client\stdsoap2.cpp
     文件      142819  2016-06-15 03:12  Client\Client\stdsoap2.h
     目录           0  2016-07-27 17:03  Server\
     目录           0  2016-07-27 09:18  Server\Server\
     文件     9407488  2016-07-27 17:02  Server\Server.ncb
     文件         884  2016-07-26 17:01  Server\Server.sln
     文件        8704  2016-07-27 17:02  Server\Server.suo
     文件         296  2016-07-26 17:15  Server\Server\add.h
     文件         575  2016-07-26 17:23  Server\Server\add.nsmap
     目录           0  2016-07-27 17:01  Server\Server\Debug\
     文件       11326  2016-07-26 18:20  Server\Server\Debug\BuildLog.htm
     文件        1099  2016-07-26 18:20  Server\Server\Server.cpp
     文件        4455  2016-07-26 17:44  Server\Server\Server.vcproj
     文件        1407  2016-07-26 20:54  Server\Server\Server.vcproj.DC-PC.DC.user
............此处省略91个文件信息

评论

共有 条评论