您的位置:首页 > 编程语言 > Delphi

delphi 7 调用web services时报 Invalid at the top level of the document错误的解决方法

2008-02-26 09:47 696 查看
在borland的网站上查到了解决方法

borland网站原文地址http://qc.borland.com/wc/qcmain.aspx?d=2614

解决的过程是:

1.Add the following to the library path: $(DELPHI)/Source/Soap

2.Open /Source/Soap/SoapHTTPTrans.pas, and make a backup of it!
3.Line 13 should currently read:
//{$DEFINE USE_INDY}
4.Remove the comment symbols to make it read
{$DEFINE USE_INDY}
5 - Rebuild your client side project (clicking run won't work)

我的delphi7没有使用自带的indy,经过测试不行!!!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐