Windows下 WSDL 命令编译生成CPP文件不成功
进入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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
在gsoap的根目录运行就没问题。
假设我的gsoap安装目录:d:gsoap-28
在当前目录运行binwin32wsdl2h.exe DataCollector.h DataCollector.wsdl 就没问题了。
他会找到安装目录下的typemap.dat
再者你的-o和路径中间不要留空格
-o选项是指定wsdl2h命令解析*.wsdl文件后的输出文件,你命令中未指定所以打开失败。
你把typemap.dat文件拷到当前目录下再试试看
“wsdl2h -s –o”
这两个"-", "–"怎么看起来不一样...
“wsdl2h -s –o”
这两个"-", "–"怎么看起来不一样...
“wsdl2h -s –o”
这两个"-", "–"怎么看起来不一样...