Windows下 WSDL 命令编译生成CPP文件不成功

发布于 2021-11-30 03:39:47 字数 940 浏览 820 评论 6

进入gsoap目录

命令如下:

wsdl2h -s –o D:TestTestWebService.h [url]http://localhost:1251/WebService1/Service.asmx?wsdl[/url]

http://localhost:1251/WebService1/Service.asmx是我用vs2005发布的一个webservice

运行这个wsdl命令 后dos输出如下


**  The gSOAP WSDL/Schema processor for C and C++, wsdl2h release 2.8.11
**  Copyright (C) 2000-2012 Robert van Engelen, Genivia Inc.
**  All Rights Reserved. This product is provided "as is", without any warranty.

**  The wsdl2h tool is released under one of the following two licenses:
**  GPL or the commercial license by Genivia Inc. Use option -l for details.

Saving –o.h

Cannot open file 'typemap.dat'
Problem reading type map file 'typemap.dat'.
Using internal type definitions for C++ instead.


Cannot open '–o'


在gsoap文件夹下生成了哥-o.h文件 但是大小事0 不知道我哪一步做的不对?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

飘过的浮云 2021-11-30 14:41:48

在gsoap的根目录运行就没问题。

假设我的gsoap安装目录:d:gsoap-28

在当前目录运行binwin32wsdl2h.exe DataCollector.h DataCollector.wsdl 就没问题了。

他会找到安装目录下的typemap.dat

再者你的-o和路径中间不要留空格

挽清梦 2021-11-30 14:41:44

-o选项是指定wsdl2h命令解析*.wsdl文件后的输出文件,你命令中未指定所以打开失败。

反话 2021-11-30 14:41:11

你把typemap.dat文件拷到当前目录下再试试看

凡尘雨 2021-11-30 14:38:54

“wsdl2h -s –o”

这两个"-", "–"怎么看起来不一样...

彩扇题诗 2021-11-30 14:35:37

“wsdl2h -s –o”

这两个"-", "–"怎么看起来不一样...

因为看清所以看轻 2021-11-30 14:25:49

“wsdl2h -s –o”

这两个"-", "–"怎么看起来不一样...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文