当前位置:编程学习 > C#/ASP.NET >>

自己编写的wsdl文件用wsdl2h命令时出现的警告怎样解决?

命令:wsdl2h -c -o StandBill.h StandBill.wsdl
出现的警告信息:
**  The gSOAP WSDL parser for C and C++ 1.1.4c
**  Copyright (C) 2001-2004 Robert van Engelen, Genivia, Inc.
**  All Rights Reserved. This product is provided "as is", without any warranty.

Saving StandBill.h

Reading file 'StandBill.wsdl'
Warning: could not find input  message "http://stdbillwebsrv":newStandRequest in WSDL definitions StandBill namespace http://stdbillwebsrv/
Warning: could not find output  message "http://stdbillwebsrv":newStandResponse in WSDL definitions StandBill namespace http://stdbillwebsrv/
Warning: could not find binding StandBillSoapBinding portType "http://stdbillwebsrv":StandBill in WSDL definitions StandBill namespace http://stdbillwebsrv/
Warning: could not find operation newStand in WSDL definitions StandBill namespace http://stdbillwebsrv/
Warning: could not find port StandBill binding "http://stdbillwebsrv":StandBillSoapBinding in WSDL definitions StandBill namespace http://stdbillwebsrv/
Reading type map file '/u1/tmn/tmn/newtmn/gsoap-sun8-2.7/typemap.dat'... done

Error: no wsdl:definitions/portType/operation
To complete the process, compile with:
soapcpp2 StandBill.h

哪位大侠能帮忙看看吗,我新手,实在是不知道问题出在哪里了 WSDL --------------------编程问答-------------------- 为啥没人回复呢,webservice接口我是第一次做,卡在这儿了,求大神啊! --------------------编程问答-------------------- 后来发现是WSDL文件中有错误,仔仔细细看了好多遍才看出来
补充:.NET技术 ,  Web Services
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,