我现正开发一个系统,打算前台用 delphi6开发,后台用java服务器,中间用xml进行数据交互。现在正进行技术准备。在delphi的控件页上,看到了Webservices页,上面有几个soap协议的控件,我用THTTPReqResp控件可以从服务器上获取到文件(设置url),但是,对于这几个控件我还不是很熟悉,哪个可以提点思路?
或者,哪个兄弟做过这方面的系统,提点建议?

解决方案 »

  1.   

    URL specifies the URL to which to send the message containing the SOAP request. When communicating with a Web Service based on an imported WSDL document, the value of URL is deduced from information in a WSDL document, as indicated by the WSDLView property.In Delphi, if you do not import a WSDL document for a Web Service application that was written using CLX, you can construct this URL as follows: The path portion must match the target path name of the THTTPSoapDispatcher component on the Web Service application and the protocol portion must specify http or https.
      

  2.   

    李维有本书,专门介绍这玩意儿的,不过劝你改用  .NET,做起来轻松得多!!
      

  3.   

    DELPHI6调用WEBSERVICE很轻松的,
    不过一定要安装上DELPHI6的SP2,不然就用DELPHI7吧。别去管那些各种各样的控件,你需用的只是WSDL IMPORTER就够了。
      

  4.   

    呵。各位大侠,恕小弟无知,可以给个WSDL IMPORTER的例子吗?还真没有听过
      

  5.   

    WSDL IMPORTER
    就在DELPHI的NEW菜单里面
      

  6.   

    DELPHI6+SP2,delphi7..
    菜单NEW--》WEBSERVICES页-》WSDL IMPORTER怎么可能找不到?