A
afay
Unregistered / Unconfirmed
GUEST, unregistred user!
我的Delphi7怎么都不能正常运行WebServic,以Delphi7自带的Demos---EchoService为例都出错,实在是不知怎么的?
步骤如下:
1.打开EchoService工程组,编译所有工程。
2.运行EchoService_WAD,然后关闭。
3.从浏览器中获得WSDL的URL:http://localhost:8081/EchoService_WAD.EchoService/wsdl/IEchoService
填入客户端的Server URL里,然后打"Connect"
结果出现错误提示如下:
Project EchoService_Client.exe raised exception class ESOAPDomConvertError with message
'DocumentElement http://schemas.xmlsoap.org/soap/envelope/:Envelope expected,
http://schemas.xmlsoap.org/wsdl/:definitions found'.Process stopped.Use Step or Run to continue.
不知是什么原因?这是Delphi自带的DEMO啊?应该没有问题,而且我记得以前运行该Demo时还成功过,怎么现在不行了?
步骤如下:
1.打开EchoService工程组,编译所有工程。
2.运行EchoService_WAD,然后关闭。
3.从浏览器中获得WSDL的URL:http://localhost:8081/EchoService_WAD.EchoService/wsdl/IEchoService
填入客户端的Server URL里,然后打"Connect"
结果出现错误提示如下:
Project EchoService_Client.exe raised exception class ESOAPDomConvertError with message
'DocumentElement http://schemas.xmlsoap.org/soap/envelope/:Envelope expected,
http://schemas.xmlsoap.org/wsdl/:definitions found'.Process stopped.Use Step or Run to continue.
不知是什么原因?这是Delphi自带的DEMO啊?应该没有问题,而且我记得以前运行该Demo时还成功过,怎么现在不行了?